OpenDocumentOptions.EditorType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets unique identifier of the editor type.
public:
property Nullable<Guid> EditorType { Nullable<Guid> get(); };
[System.Runtime.Serialization.DataMember(Order=7)]
public Guid? EditorType { get; }
[<System.Runtime.Serialization.DataMember(Order=7)>]
member this.EditorType : Nullable<Guid>
Public ReadOnly Property EditorType As Nullable(Of Guid)
Property Value
- Attributes