XmlStreamStore.GetAnnotation(Guid) Methode

Definition

Gibt die Anmerkung mit der angegebenen Id aus dem Speicher zurück.

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

Parameter

annotationId
Guid

Die GUID Id-Eigenschaft der zurückzugebenden Anmerkung.

Gibt zurück

Annotation

Die Anmerkung mit der angegebenen annotationId, andernfalls null, wenn im Speicher keine Anmerkung mit der angegebenen annotationId gefunden wurde.

Ausnahmen

Dispose wurde im Speicher aufgerufen.

Gilt für

Siehe auch