Share via


ModelingDocData.OpenView(Guid, Object) Method

Definition

Called to open a particular view on this DocData.

public:
 override void OpenView(Guid logicalView, System::Object ^ viewContext);
public override void OpenView (Guid logicalView, object viewContext);
override this.OpenView : Guid * obj -> unit
Public Overrides Sub OpenView (logicalView As Guid, viewContext As Object)

Parameters

logicalView
Guid

Guid that specifies the view to open. Must match the value specified in the registry for the editor that supports this view.

viewContext
Object

Object that gives further context about the view to open. The editor factory that supports the given logical view must be able to interpret this object.

Applies to