Freigeben über


DiagramDocView.GetDiagramFromPhysicalView-Methode

Ruft ein Modell aus Store ab, damit es in der Diagrammansicht angezeigt werden kann.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Protected Function GetDiagramFromPhysicalView ( _
    diagramDomainClassId As Guid _
) As Diagram
protected Diagram GetDiagramFromPhysicalView(
    Guid diagramDomainClassId
)

Parameter

  • diagramDomainClassId
    Typ: System.Guid
    Die ID des Modells, das Sie abrufen möchten.

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
Das Modell.

.NET Framework-Sicherheit

Siehe auch

Referenz

DiagramDocView Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace