IVsDocumentPreviewer.IsDefault 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 whether the previewer is configured as a default browser (more than one previewer can be marked as the default).
public:
property bool IsDefault { bool get(); };
public:
property bool IsDefault { bool get(); };
[System.Runtime.InteropServices.DispId(1610678275)]
public bool IsDefault { get; }
public bool IsDefault { get; }
[<System.Runtime.InteropServices.DispId(1610678275)>]
member this.IsDefault : bool
member this.IsDefault : bool
Public ReadOnly Property IsDefault As Boolean
Property Value
true
if the previewer is configured as a default browser.
- Attributes