Sdílet prostřednictvím


DiagramDocView.GetDiagramFromPhysicalView – metoda

Získá model z Store tak, aby bylo možné zobrazit v zobrazení diagram.

Obor názvů:  Microsoft.VisualStudio.Modeling.Shell
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntaxe

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

Parametry

  • diagramDomainClassId
    Typ: System.Guid
    ID modelu, který chcete načíst.

Vrácená hodnota

Typ: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
Model.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DiagramDocView Třída

Microsoft.VisualStudio.Modeling.Shell – obor názvů