Sdílet prostřednictvím


IVsUIShellOpenDocument.MapLogicalView – metoda (Guid, Guid, String)

 

Mapuje fyzické zobrazení logické zobrazení.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int MapLogicalView(
    [InAttribute] ref Guid rguidEditorType,
    [InAttribute] ref Guid rguidLogicalView,
    out string pbstrPhysicalView
)
int MapLogicalView(
    [InAttribute] Guid% rguidEditorType,
    [InAttribute] Guid% rguidLogicalView,
    [OutAttribute] String^% pbstrPhysicalView
)
abstract MapLogicalView : 
        rguidEditorType:Guid byref *
        rguidLogicalView:Guid byref *
        pbstrPhysicalView:string byref -> int
Function MapLogicalView (
    <InAttribute> ByRef rguidEditorType As Guid,
    <InAttribute> ByRef rguidLogicalView As Guid,
    <OutAttribute> ByRef pbstrPhysicalView As String
) As Integer

Parametry

  • rguidEditorType
    [v] Jedinečný identifikátor typu editor.
  • rguidLogicalView
    [v] Identifikátor GUID logické zobrazení.Seznam zobrazení logických GUID naleznete v tématu zobrazení logické a fyzické.
  • pbstrPhysicalView
    [out retval] Ukazatel na fyzické zobrazení.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Podpis COM

Z vsshell.idl:

HRESULT IVsUIShellOpenDocument::MapLogicalView(
   [in] REFGUID rguidEditorType,
   [in] REFGUID rguidLogicalView,
   [out, retval] BSTR *pbstrPhysicalView
);

Viz také

IVsUIShellOpenDocument – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek