IVsProvisionalItem.IsProvisonalViewingEnabled 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.
Indicates whether provisional viewing is enabled.
public:
property bool IsProvisonalViewingEnabled { bool get(); };
public:
property bool IsProvisonalViewingEnabled { bool get(); };
[System.Runtime.InteropServices.DispId(1610678272)]
public bool IsProvisonalViewingEnabled { get; }
public bool IsProvisonalViewingEnabled { get; }
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.IsProvisonalViewingEnabled : bool
member this.IsProvisonalViewingEnabled : bool
Public ReadOnly Property IsProvisonalViewingEnabled As Boolean
Property Value
true
if provisional viewing is enabled, or false
if provisional viewing is not disabled.
- Attributes
Remarks
This method is commonly implemented by IVsTaskItem3 objects. Standard implementation is to call <xref:Microsoft.VisualStudio.Shell.Interop.IVsUIShellOpenDocument3.IsProvisionalViewingEnabledForFile%2A> if files are involved.