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
声明
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.
- physicalView
Type: System.String%
(Output) A null string.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.Vsip Namespace
Interop