XmlStreamStore.AddAnnotation(Annotation) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Adiciona um novo Annotation ao repositório.
public:
override void AddAnnotation(System::Windows::Annotations::Annotation ^ newAnnotation);
public override void AddAnnotation (System.Windows.Annotations.Annotation newAnnotation);
override this.AddAnnotation : System.Windows.Annotations.Annotation -> unit
Public Overrides Sub AddAnnotation (newAnnotation As Annotation)
Parâmetros
- newAnnotation
- Annotation
A anotação a adicionar ao repositório.
Exceções
newAnnotation
é null
.
Um Annotation com o mesmo Id já está no repositório.
Um Stream de E/S não foi definido para o repositório.
Dispose foi chamado no repositório.
Comentários
Quando AddAnnotation é chamado, o Id Annotation de é verificado para ver se o Annotation já foi adicionado ao repositório. Se o Annotation já tiver sido adicionado e estiver no repositório, um ArgumentException erro será gerado.