NamedComponentCollection.GetNewID Méthode
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
GetNewID() |
Obtient un nouvel ID unique pour un composant dans la collection. |
GetNewID(String) |
Obtient la valeur du nouvel ID unique pour un composant dans la collection avec le préfixe de nom spécifié. |
GetNewID()
Obtient un nouvel ID unique pour un composant dans la collection.
public string GetNewID ();
abstract member GetNewID : unit -> string
override this.GetNewID : unit -> string
Public Function GetNewID () As String
Retours
Valeur du nouvel ID.
Implémente
S’applique à
GetNewID(String)
Obtient la valeur du nouvel ID unique pour un composant dans la collection avec le préfixe de nom spécifié.
public string GetNewID (string idPrefix);
abstract member GetNewID : string -> string
override this.GetNewID : string -> string
Public Function GetNewID (idPrefix As String) As String
Paramètres
- idPrefix
- String
Préfixe d'ID.
Retours
Valeur du nouvel ID unique.