EditorFactory::MapLogicalView Method (Guid, String^)
Visual Studio 2015
Maps a logical view to a physical view.
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: