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.)

구현

적용 대상