言語

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

実装

適用対象