Annotation.Id Propriété
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.
Obtient le GUID de Annotation.
public:
property Guid Id { Guid get(); };
public Guid Id { get; }
member this.Id : Guid
Public ReadOnly Property Id As Guid
Valeur de propriété
GUID de l’annotation.
Remarques
Notes
Id retourne Empty si l’annotation a été instanciée à l’aide du constructeur par défaut Annotation sans paramètres. Un Annotation constructeur avec des paramètres doit être utilisé pour instancier correctement une nouvelle annotation avec un GUID valide.