IVsProvisionalItem.IsProvisonalViewingEnabled Property
Indicates whether provisional viewing is enabled.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
ReadOnly Property IsProvisonalViewingEnabled As Boolean
bool IsProvisonalViewingEnabled { get; }
property bool IsProvisonalViewingEnabled {
bool get ();
}
abstract IsProvisonalViewingEnabled : bool with get
function get IsProvisonalViewingEnabled () : boolean
Property Value
Type: Boolean
true if provisional viewing is enabled, or false if provisional viewing is not disabled.
Remarks
This method is commonly implemented by IVsTaskItem3 objects. Standard implementation is to call IsProvisionalViewingEnabledForFile if files are involved.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.