EditorFactory.MapLogicalView(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps a logical view to a physical view.
public:
virtual int MapLogicalView(Guid % logicalView, [Runtime::InteropServices::Out] System::String ^ % physicalView);
public virtual int MapLogicalView (ref Guid logicalView, out string physicalView);
abstract member MapLogicalView : Guid * string -> int
override this.MapLogicalView : Guid * string -> int
Public Overridable Function MapLogicalView (ByRef logicalView As Guid, ByRef physicalView As String) As Integer
Parameters
- logicalView
- Guid
Unique identifier of the logical view.
- physicalView
- String
The name of the physical view to which the logical view is to be mapped.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.