This documentation is archived and is not being maintained.

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)

private:
virtual int MapLogicalView(
	Guid% guidLogicalView, 
	[OutAttribute] String^% physicalView
) sealed = IVsEditorFactory::MapLogicalView

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%)

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

Show: