Share via


GraphPropertyCollection Constructor

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Sub New ( _
    schema As GraphSchema _
)
public GraphPropertyCollection(
    GraphSchema schema
)
public:
GraphPropertyCollection(
    GraphSchema^ schema
)
new : 
        schema:GraphSchema -> GraphPropertyCollection
public function GraphPropertyCollection(
    schema : GraphSchema
)

Parameters

.NET Framework Security

See Also

Reference

GraphPropertyCollection Class

Microsoft.VisualStudio.GraphModel Namespace