IVsUIShellOpenDocument3.NewDocumentState 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 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