IVsDocumentPreviewer.Arguments 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 arguments that can be passed when invoking the previewer, or null if this is the internal previewer.
public:
property System::String ^ Arguments { System::String ^ get(); };
public:
property Platform::String ^ Arguments { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610678274)]
public string Arguments { get; }
public string Arguments { get; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.Arguments : string
member this.Arguments : string
Public ReadOnly Property Arguments As String
Property Value
- Attributes