Dela via


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

See Also

Reference

DocumentInformationNode Class

DocumentInformationNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility