IVsUIShellOpenDocument3.GetProvisionalViewingStatusForEditor-Methode: (Guid, Guid)

 

Veröffentlicht: Oktober 2016

Ruft die vorläufigen Anzeigen des Status für eine logische Ansicht Kombination aus "und"-Editor ab.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

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

Parameter

  • logicalView
    Type: System.Guid

    [in] Die logische Ansicht auf Abfrage.

Rückgabewert

Type: System.UInt32

Die vorläufige Anzeigen des Status als Mitglied der __VSPROVISIONALVIEWINGSTATUS. Vorläufigen standardmäßig anzeigen des Status von PVS_Disabled ist, jedoch kann die Werte der Registrierungsunterschlüssel "PhysicalViewAttributes" und "CommonPhysicalViewAttributes"-Registrierungswert im Editor geändert werden.

Siehe auch

IVsUIShellOpenDocument3-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang