IVsUIShellOpenDocument3::GetProvisionalViewingStatusForEditor Method (Guid, Guid)
Visual Studio 2015
Retrieves the provisional viewing status for an editor and logical view combination.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
unsigned int GetProvisionalViewingStatusForEditor( [InAttribute] Guid% editor, [InAttribute] Guid% logicalView )
Parameters
- editor
-
Type:
System::Guid
[in] The editor to query.
- logicalView
-
Type:
System::Guid
[in] The logical view to query.
Return Value
Type: System::UInt32The provisional viewing status as a member of __VSPROVISIONALVIEWINGSTATUS. The default provisional viewing status is PVS_Disabled, but may be modified by the editor's "CommonPhysicalViewAttributes" registry value and the values under its "PhysicalViewAttributes" registry subkey.
Show: