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.

Return Value

Type: System::Int32
S_OK.

Community Additions

Show: