Write an annotation.
Namespace: FirstFloor.Documents.Annotations.StorageAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
protected override sealed XElement Write(
T annotation
) |
| Visual Basic |
|---|
Protected Overrides NotOverridable Function Write ( _
annotation As T _
) As XElement |
| Visual C++ |
|---|
protected:
virtual XElement^ Write(
T annotation
) override sealed |
Parameters
- annotation
- Type: T
The annotation.
Return Value
The XML element representing the annotation.
See Also