IVsDocumentPreviewer.Resolution Property

Definition

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

Applies to