AnnotationStore.GetAnnotation(Guid) Yöntem

Tanım

Depodan belirtilen Id ile ek açıklamayı döndürür.

public:
 abstract System::Windows::Annotations::Annotation ^ GetAnnotation(Guid annotationId);
public abstract System.Windows.Annotations.Annotation GetAnnotation (Guid annotationId);
abstract member GetAnnotation : Guid -> System.Windows.Annotations.Annotation
Public MustOverride Function GetAnnotation (annotationId As Guid) As Annotation

Parametreler

annotationId
Guid

Döndürülecek ek açıklamanın GUID Id özelliği.

Döndürülenler

Belirtilen annotationId öğesine sahip bir ek açıklama depoda bulunamadıysa, verilen annotationId; veya nullile ek açıklama.

Özel durumlar

Dispose mağazadan arandı.

Şunlara uygulanır

Ayrıca bkz.