EditorFactoryBase.IVsEditorFactory.MapLogicalView(Guid, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
映射邏輯視圖。
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
參數
- strLogicalView
- String
一個指向字串物件的指標。
傳回
一個定義的整數值,例如 S_OK。