Compartilhar via


IVsProvisionalItem.IsProvisonalViewingEnabled Property

Definition

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.

Applies to