LayoutCollectionModel Constructors
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.
Overloads
LayoutCollectionModel() | |
LayoutCollectionModel(VGGraph) |
LayoutCollectionModel()
public:
LayoutCollectionModel();
public LayoutCollectionModel ();
Public Sub New ()
Applies to
LayoutCollectionModel(VGGraph)
public:
LayoutCollectionModel(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGGraph ^ graph);
public LayoutCollectionModel (Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGGraph graph);
new Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.LayoutCollectionModel : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGGraph -> Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.LayoutCollectionModel
Public Sub New (graph As VGGraph)
Parameters
- graph
- VGGraph