AnnotationStore.GetAnnotation(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the annotation with the specified Id from the store.
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
Parameters
Returns
The annotation with the given annotationId
; or null
, if an annotation with the specified annotationId
was not found in the store.
Exceptions
Dispose has been called on the store.
Applies to
See also
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.