IVsDocumentPreviewer.Resolution 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 preferred resolution of the previewer window.
public:
property System::UInt32 Resolution { System::UInt32 get(); };
public:
property unsigned int Resolution { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERRESOLUTION")]
[System.Runtime.InteropServices.DispId(1610678277)]
public uint Resolution { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERRESOLUTION")]
public uint Resolution { get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERRESOLUTION")>]
[<System.Runtime.InteropServices.DispId(1610678277)>]
member this.Resolution : uint32
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERRESOLUTION")>]
member this.Resolution : uint32
Public ReadOnly Property Resolution As UInteger
Property Value
- Attributes