IVsDocumentPreviewer.Type Property

Definition

Gets the previewer type as a member of __DOCUMENTPREVIEWERTYPE (internal, system, user-defined, or package-registered).

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

Property Value

Attributes

Applies to