Share via


IVsUIShellOpenDocument3.NewDocumentState Property

Gets the current state of new documents.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
ReadOnly Property NewDocumentState As UInteger
uint NewDocumentState { get; }
property unsigned int NewDocumentState {
    unsigned int get ();
}
abstract NewDocumentState : uint32 with get
function get NewDocumentState () : uint

Property Value

Type: System.UInt32
A __VSNEWDOCUMENTSTATE value that identifies the state.

.NET Framework Security

See Also

Reference

IVsUIShellOpenDocument3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace