AnnotationStore.GetAnnotation(Guid) Метод

Определение

Возвращает заметку с указанным Id из хранилища.

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

Параметры

annotationId
Guid

Свойство GUID Id возвращаемой заметки.

Возвращаемое значение

Заметка с заданным annotationId; или null, если заметка с указанным не annotationId найдена в магазине.

Исключения

Dispose был вызван в магазин.

Применяется к

См. также раздел