EditorFactory::MapLogicalView Method (Guid, String^)

 

Maps a logical view to a physical view.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int MapLogicalView(
	Guid% logicalView,
	[OutAttribute] String^% physicalView
)

Parameters

logicalView
Type: System::Guid

Unique identifier of the logical view.

physicalView
Type: System::String^

The name of the physical view to which the logical view is to be mapped.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: