EditorFactory.IVsEditorFactory.MapLogicalView Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Maps the specified logical view to the actual physical view.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Private Function MapLogicalView ( _
    ByRef guidLogicalView As Guid, _
    <OutAttribute> ByRef physicalView As String _
) As Integer Implements IVsEditorFactory.MapLogicalView
int IVsEditorFactory.MapLogicalView(
    ref Guid guidLogicalView,
    out string physicalView
)
private:
virtual int MapLogicalView(
    Guid% guidLogicalView, 
    [OutAttribute] String^% physicalView
) sealed = IVsEditorFactory::MapLogicalView
private abstract MapLogicalView : 
        guidLogicalView:Guid byref * 
        physicalView:string byref -> int  
private override MapLogicalView : 
        guidLogicalView:Guid byref * 
        physicalView:string byref -> int
JScript does not support explicit interface implementations.

Parameters

  • guidLogicalView
    Type: System.Guid%

    A GUID that identifies the logical view.

Return Value

Type: System.Int32
S_OK .

Implements

IVsEditorFactory.MapLogicalView(Guid%, String%)

Remarks

This member is an explicit interface member implementation. It can be used only when the EditorFactory instance is cast to an Interop interface.

.NET Framework Security

See Also

Reference

EditorFactory Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

Interop