Partager via


GraphPropertyCollection.AddNewProperty, méthode (String, Type)

Inscrit une nouvelle GraphProperty avec le créateur de métadonnées par défaut.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function AddNewProperty ( _
    id As String, _
    dataType As Type _
) As GraphProperty
public GraphProperty AddNewProperty(
    string id,
    Type dataType
)
public:
GraphProperty^ AddNewProperty(
    String^ id, 
    Type^ dataType
)
member AddNewProperty : 
        id:string * 
        dataType:Type -> GraphProperty 
public function AddNewProperty(
    id : String, 
    dataType : Type
) : GraphProperty

Paramètres

  • dataType
    Type : System.Type
    Type de données associé à ce GraphProperty

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphProperty
Objet GraphProperty récemment inscrit

Exceptions

Exception Condition
ArgumentNullException

levée si l'id a la valeur null.

ou

levée si dataType a la valeur null.

InvalidOperationException

levée si l'ID est une chaîne vide

Sécurité .NET Framework

Voir aussi

Référence

GraphPropertyCollection Classe

AddNewProperty, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms