IVsDocumentPreviewer.Resolution-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die bevorzugte Lösung des Fensters also ab.

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

Syntax

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

Eigenschaftswert

Type: System.UInt32

Siehe auch

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

Zurück zum Anfang