EditorFactory::MapLogicalView Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Maps a logical view to a physical view.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
protected: virtual int MapLogicalView( Guid% guidLogicalView, [OutAttribute] String^% physicalView )
Parameters
- guidLogicalView
- Type: System::Guid%
A GUID for the logical view.
- physicalView
- Type: System::String%
(Output) A string that contains the physical view.
- 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.
Community Additions
Show: