IVsDocumentPreviewer.Type-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Typ also als Mitglied der __DOCUMENTPREVIEWERTYPE (internal, System, benutzerdefinierte oder Paket registriert).

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

Syntax

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

Eigenschaftswert

Type: System.UInt32

Siehe auch

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

Zurück zum Anfang