Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
editor
Type: Guid%[in] The editor to query.
logicalView
Type: Guid%[in] The logical view to query.
Return Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.