Share via


IVsUIShellOpenDocument3.GetProvisionalViewingStatusForEditor Method

Definition

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

public:
 System::UInt32 GetProvisionalViewingStatusForEditor(Guid % editor, Guid % logicalView);
public uint GetProvisionalViewingStatusForEditor (ref Guid editor, ref Guid logicalView);
abstract member GetProvisionalViewingStatusForEditor : Guid * Guid -> uint32
Public Function GetProvisionalViewingStatusForEditor (ByRef editor As Guid, ByRef logicalView As Guid) As UInteger

Parameters

editor
Guid

[in] The editor to query.

logicalView
Guid

[in] The logical view to query.

Returns

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.

Applies to