Freigeben über


GraphPropertyCollection-Konstruktor

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPropertyCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace