IVsUIShellOpenDocument3.NewDocumentState-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den aktuellen Status der neue Dokumente ab.

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

Syntax

[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSNEWDOCUMENTSTATE")]
[DispIdAttribute(1610678273)]
uint NewDocumentState { get; }
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSNEWDOCUMENTSTATE")]
[DispIdAttribute(1610678273)]
property unsigned int NewDocumentState {
    unsigned int get();
}
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSNEWDOCUMENTSTATE")>]
[<DispIdAttribute(1610678273)>]
abstract NewDocumentState : uint32 with get
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSNEWDOCUMENTSTATE")>
<DispIdAttribute(1610678273)>
ReadOnly Property NewDocumentState As UInteger

Eigenschaftswert

Type: System.UInt32

Ein __VSNEWDOCUMENTSTATE -Wert, der den Zustand bezeichnet.

Siehe auch

IVsUIShellOpenDocument3-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang