DiagramDocView.GetDiagramFromPhysicalView(Guid) 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.
Retrieves the diagram corresponding to our physical view from the store.
protected:
Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ GetDiagramFromPhysicalView(Guid diagramDomainClassId);
protected Microsoft.VisualStudio.Modeling.Diagrams.Diagram GetDiagramFromPhysicalView (Guid diagramDomainClassId);
member this.GetDiagramFromPhysicalView : Guid -> Microsoft.VisualStudio.Modeling.Diagrams.Diagram
Protected Function GetDiagramFromPhysicalView (diagramDomainClassId As Guid) As Diagram
Parameters
- diagramDomainClassId
- Guid
Meta Class Id for the diagram to be retrieved.
Returns
Diagram