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
- schema
Typ: Microsoft.VisualStudio.GraphModel.GraphSchema
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.