EditorFactory.MapLogicalView Method
Maps a logical view to a physical view.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
声明
Protected Overridable Function MapLogicalView ( _
ByRef guidLogicalView As Guid, _
<OutAttribute> ByRef physicalView As String _
) As Integer
protected virtual int MapLogicalView(
ref Guid guidLogicalView,
out string physicalView
)
protected:
virtual int MapLogicalView(
Guid% guidLogicalView,
[OutAttribute] String^% physicalView
)
abstract MapLogicalView :
guidLogicalView:Guid byref *
physicalView:string byref -> int
override MapLogicalView :
guidLogicalView:Guid byref *
physicalView:string byref -> int
protected function MapLogicalView(
guidLogicalView : Guid,
physicalView : String
) : int
Parameters
- guidLogicalView
Type: System.Guid%
A GUID for the logical view.
- physicalView
Type: System.String%
(Output) A string that contains the physical view.
Return Value
Type: System.Int32
S_OK .
.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.