EditorFactoryBase.IVsEditorFactory.MapLogicalView(Guid, String) 方法

定義

映射邏輯視圖。

 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

參數

logicalView
Guid

一個指向 Guid的指標。

strLogicalView
String

一個指向字串物件的指標。

傳回

一個定義的整數值,例如 S_OK

實作

適用於