DocumentInformationNode.StartTag Property
Gets the start tag.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public ReadOnly Property StartTag As TextRange
'Usage
Dim instance As DocumentInformationNode
Dim value As TextRange
value = instance.StartTag
public TextRange StartTag { get; }
public:
property TextRange^ StartTag {
TextRange^ get ();
}
public function get StartTag () : TextRange
Property Value
Type: Microsoft.Windows.Design.SourceUpdate.TextRange
A TextRange that represents the start tag.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DocumentInformationNode Members
Microsoft.Windows.Design.Documents.Trees Namespace