Share via


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: System.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

See Also

Reference

IVsProvisionalItem Interface

Microsoft.VisualStudio.Shell.Interop Namespace