Lenguaje

EditorFactoryBase.IVsEditorFactory.MapLogicalView(Guid, String) Método

Definición

Mapea la vista lógica.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory.MapLogicalView(Guid % logicalView, [Runtime::InteropServices::Out] System::String ^ % strLogicalView) = Microsoft::VisualStudio::Shell::Interop::IVsEditorFactory::MapLogicalView;
int IVsEditorFactory.MapLogicalView(ref Guid logicalView, out string strLogicalView);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory.MapLogicalView : Guid * string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory.MapLogicalView : Guid * string -> int
Function MapLogicalView (ByRef logicalView As Guid, ByRef strLogicalView As String) As Integer Implements IVsEditorFactory.MapLogicalView

Parámetros

logicalView
Guid

Puntero a Guid.

strLogicalView
String

Un puntero a un objeto cadena.

Devoluciones

Un valor entero definido, como S_OK.

Implementaciones

Se aplica a