GraphCategoryCollection, constructeur
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Sub New ( _
schema As GraphSchema _
)
public GraphCategoryCollection(
GraphSchema schema
)
public:
GraphCategoryCollection(
GraphSchema^ schema
)
new :
schema:GraphSchema -> GraphCategoryCollection
public function GraphCategoryCollection(
schema : GraphSchema
)
Paramètres
- schema
Type : Microsoft.VisualStudio.GraphModel.GraphSchema
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.