Skip to content

P_Aml_Editor_Plugin_Contracts_Commanding_OpenFileCommandArguments_FileContent

AutomationML edited this page Jun 24, 2019 · 1 revision

OpenFileCommandArguments.FileContent Property

AutomationML Editor

Gets the file content as a stream 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 Stream FileContent { get; }

VB

Public ReadOnly Property FileContent As Stream
	Get

C++

public:
property Stream^ FileContent {
	Stream^ get ();
}

Property Value

Type: Stream

See Also

Reference

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

Clone this wiki locally