Skip to content

P_Aml_Editor_Plugin_Contracts_Commanding_OpenFileCommandArguments_FilePath

AutomationML edited this page Jun 24, 2019 · 1 revision

OpenFileCommandArguments.FilePath Property

AutomationML Editor

Gets the file path for the Opened file.

Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public string FilePath { get; }

VB

Public ReadOnly Property FilePath As String
	Get

C++

public:
property String^ FilePath {
	String^ get ();
}

Property Value

Type: String

See Also

Reference

OpenFileCommandArguments Class
Aml.Editor.Plugin.Contracts.Commanding Namespace

Clone this wiki locally