Dela via


DocumentInformationNode.TagName Property

Gets the tag name for this node.

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

Syntax

'Declaration
Public ReadOnly Property TagName As String
'Usage
Dim instance As DocumentInformationNode 
Dim value As String 

value = instance.TagName
public string TagName { get; }
public:
property String^ TagName {
    String^ get ();
}
public function get TagName () : String

Property Value

Type: System.String
The tag name for this node

.NET Framework Security

See Also

Reference

DocumentInformationNode Class

DocumentInformationNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility