DocumentSignature.Elements Property
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.
Child elements of the signature, such as paragraphs containing text within the signature region.
public System.Collections.Generic.IList<string> Elements { get; }
member this.Elements : System.Collections.Generic.IList<string>
Public ReadOnly Property Elements As IList(Of String)