Dela via


DocumentInformationNode.EndTag Property

Gets the end tag.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public ReadOnly Property EndTag As TextRange
'Usage
Dim instance As DocumentInformationNode 
Dim value As TextRange 

value = instance.EndTag
public TextRange EndTag { get; }
public:
property TextRange^ EndTag {
    TextRange^ get ();
}
public function get EndTag () : TextRange

Property Value

Type: Microsoft.Windows.Design.SourceUpdate.TextRange
A TextRange that represents the end tag.

.NET Framework Security

See Also

Reference

DocumentInformationNode Class

DocumentInformationNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility