VsShellUtilities::GetProvisionalViewingStatus Method (IVsHierarchy^, UInt32)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static unsigned int GetProvisionalViewingStatus( IVsHierarchy^ hierarchy, unsigned int itemid )
Parameters
- hierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
he hierarchy that contains the item.
- itemid
-
Type:
System::UInt32
The item ID within the hierarchy.
Return Value
Type: System::UInt32A member of the __VSPROVISIONALVIEWINGSTATUS enumeration that describes how the item can be opened in the preview tab.
Show: