GraphMetadata Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| GraphMetadata(GraphMetadataOptions) |
Construisez un nouvel objet GraphPropertyMetadata. |
| GraphMetadata(Object, GraphMetadataOptions) |
Construisez un nouvel objet GraphPropertyMetadata. |
| GraphMetadata(String, String, String, GraphMetadataOptions) |
Construisez un nouvel objet GraphPropertyMetadata. |
GraphMetadata(GraphMetadataOptions)
Construisez un nouvel objet GraphPropertyMetadata.
public:
GraphMetadata(Microsoft::VisualStudio::GraphModel::GraphMetadataOptions options);
public GraphMetadata (Microsoft.VisualStudio.GraphModel.GraphMetadataOptions options);
new Microsoft.VisualStudio.GraphModel.GraphMetadata : Microsoft.VisualStudio.GraphModel.GraphMetadataOptions -> Microsoft.VisualStudio.GraphModel.GraphMetadata
Public Sub New (options As GraphMetadataOptions)
Paramètres
- options
- GraphMetadataOptions
Indicateurs pour cette GraphProperty
S’applique à
GraphMetadata(Object, GraphMetadataOptions)
Construisez un nouvel objet GraphPropertyMetadata.
public:
GraphMetadata(System::Object ^ defaultValue, Microsoft::VisualStudio::GraphModel::GraphMetadataOptions options);
public GraphMetadata (object defaultValue, Microsoft.VisualStudio.GraphModel.GraphMetadataOptions options);
new Microsoft.VisualStudio.GraphModel.GraphMetadata : obj * Microsoft.VisualStudio.GraphModel.GraphMetadataOptions -> Microsoft.VisualStudio.GraphModel.GraphMetadata
Public Sub New (defaultValue As Object, options As GraphMetadataOptions)
Paramètres
- defaultValue
- Object
Valeur par défaut de cette propriété.
- options
- GraphMetadataOptions
Indicateurs pour cette GraphProperty
S’applique à
GraphMetadata(String, String, String, GraphMetadataOptions)
Construisez un nouvel objet GraphPropertyMetadata.
public:
GraphMetadata(System::String ^ label, System::String ^ description, System::String ^ group, Microsoft::VisualStudio::GraphModel::GraphMetadataOptions options);
public GraphMetadata (string label, string description, string group, Microsoft.VisualStudio.GraphModel.GraphMetadataOptions options);
new Microsoft.VisualStudio.GraphModel.GraphMetadata : string * string * string * Microsoft.VisualStudio.GraphModel.GraphMetadataOptions -> Microsoft.VisualStudio.GraphModel.GraphMetadata
Public Sub New (label As String, description As String, group As String, options As GraphMetadataOptions)
Paramètres
- label
- String
Étiquette localisée
- description
- String
Description localisée
- group
- String
Catégorie localisée pour le regroupement dans une fenêtre de la grille des propriétés
- options
- GraphMetadataOptions
Indicateurs pour cette GraphProperty