Share via


IVsUIShellOpenDocument3.GetProvisionalViewingStatusForEditor Method

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)

Syntax

'Declaration
Function GetProvisionalViewingStatusForEditor ( _
    ByRef editor As Guid, _
    ByRef logicalView As Guid _
) As UInteger
uint GetProvisionalViewingStatusForEditor(
    ref Guid editor,
    ref Guid logicalView
)
unsigned int GetProvisionalViewingStatusForEditor(
    [InAttribute] Guid% editor, 
    [InAttribute] Guid% logicalView
)
abstract GetProvisionalViewingStatusForEditor : 
        editor:Guid byref * 
        logicalView:Guid byref -> uint32
function GetProvisionalViewingStatusForEditor(
    editor : Guid, 
    logicalView : Guid
) : uint

Parameters

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

.NET Framework Security

See Also

Reference

IVsUIShellOpenDocument3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace