IVsUIShellOpenDocument3.NewDocumentState Property

Definition

Gets the current state of new documents.

public:
 property System::UInt32 NewDocumentState { System::UInt32 get(); };
public:
 property unsigned int NewDocumentState { unsigned int get(); };
public uint NewDocumentState { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSNEWDOCUMENTSTATE")]
public uint NewDocumentState { get; }
member this.NewDocumentState : uint32
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSNEWDOCUMENTSTATE")>]
member this.NewDocumentState : uint32
Public ReadOnly Property NewDocumentState As UInteger

Property Value

A __VSNEWDOCUMENTSTATE value that identifies the state.

Attributes

Applies to