IVsProvisionalItem Interface
Visual Studio 2015
Provides a way to opt out of creating a provisional view for an item.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | IsProvisonalViewingEnabled | Indicates whether provisional viewing is enabled. |
This interface is optional and is implemented by objects that also implement other abstract Visual Studio interfaces (for example, IVsTaskItem3). The implementer can use this interface to opt out of creating a provisional view for the item. Opting out may be required if it takes an unacceptably long period of time to open a file.
If this interface is not implemented, it is assumed the item can be previewed.
Show:
