VsShellUtilities::GetProvisionalViewingStatus Method (IVsHierarchy^, UInt32)

 

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::UInt32

A member of the __VSPROVISIONALVIEWINGSTATUS enumeration that describes how the item can be opened in the preview tab.

Return to top
Show: