DocData.OpenView(Guid, Object) 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.
Called to open a particular view on this DocData.
public:
virtual void OpenView(Guid logicalView, System::Object ^ viewContext);
public virtual void OpenView (Guid logicalView, object viewContext);
abstract member OpenView : Guid * obj -> unit
override this.OpenView : Guid * obj -> unit
Public Overridable 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.