XmlStreamStore.GetAnnotation(Guid) Метод

Определение

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

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

Параметры

annotationId
Guid

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

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

Annotation

Заметка с заданным annotationId или null, если заметка с таким annotationId в хранилище не найдена.

Исключения

В хранилище уже выполнен вызов Dispose.

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

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