XmlStreamStore.GetAnnotation(Guid) 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.
Retourne l'annotation avec la Id spécifiée à partir du magasin.
public:
override System::Windows::Annotations::Annotation ^ GetAnnotation(Guid annotationId);
public override System.Windows.Annotations.Annotation GetAnnotation(Guid annotationId);
override this.GetAnnotation : Guid -> System.Windows.Annotations.Annotation
Public Overrides Function GetAnnotation (annotationId As Guid) As Annotation
Paramètres
Retours
Annotation avec l'annotationId donné ; sinon, null si une annotation avec l'annotationId spécifié était introuvable dans le magasin.
Exceptions
Dispose a été appelé sur le magasin.