IVsDocumentPreviewer.Arguments-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die Argumente, die übergeben werden können, wenn Sie die Vorschau aufrufen, oder null, wenn dies der internen Vorschau ist.

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

Syntax

[DispIdAttribute(1610678274)]
string Arguments { get; }
[DispIdAttribute(1610678274)]
property String^ Arguments {
    String^ get();
}
[<DispIdAttribute(1610678274)>]
abstract Arguments : string with get
<DispIdAttribute(1610678274)>
ReadOnly Property Arguments As String

Eigenschaftswert

Type: System.String

Siehe auch

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

Zurück zum Anfang