Condividi tramite


EditorFactoryBase.IVsEditorFactory.MapLogicalView(Guid, String) Metodo

Definizione

Mappa la vista logica.

 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

Parametri

logicalView
Guid

Puntatore a Guid.

strLogicalView
String

Puntatore a un oggetto stringa.

Restituisce

Valore intero definito, ad esempio S_OK.

Implementazioni

Si applica a