Metoda IVsUIShellOpenDocument.MapLogicalView — (Guid, Guid, String)
Mapuje widok fizyczny widok logiczny.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
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
Type: System.Guid[in] Unikatowy identyfikator typu edytora.
rguidLogicalView
Type: System.Guid[in] Identyfikator GUID widoku logicznym. Lista Widok logiczny identyfikatora GUID Zobacz widoku logicznej i fizycznej.
pbstrPhysicalView
Type: System.String[out, retval] Wskaźnik do fizycznego widoku.
Wartość zwracana
Type: System.Int32
Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsUIShellOpenDocument::MapLogicalView(
[in] REFGUID rguidEditorType,
[in] REFGUID rguidLogicalView,
[out, retval] BSTR *pbstrPhysicalView
);
Zobacz też
Interfejs IVsUIShellOpenDocument
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku