IVsUIShellOpenDocument3::GetProvisionalViewingStatusForEditor Method (Guid, Guid)

 

Retrieves the provisional viewing status for an editor and logical view combination.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::UInt32

The 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.

Return to top
Show: