IVsDocumentPreviewer.Type 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 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