Udostępnij za pośrednictwem


DocumentNode.Identity Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

When overridden in a derived class, gets the identity of the node.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Identity As Identity
'Usage
Dim instance As DocumentNode 
Dim value As Identity 

value = instance.Identity
public abstract Identity Identity { get; }
public:
virtual property Identity^ Identity {
    Identity^ get () abstract;
}
public abstract function get Identity () : Identity

Property Value

Type: Microsoft.Windows.Design.Documents.Identities.Identity

Remarks

Document nodes in separate trees that represent an element will have the same identity. For example, the Button1 identity in the document tree that represents the instance will have the same identity as the Button1 in the document tree that represents the textual representation.

.NET Framework Security

See Also

Reference

DocumentNode Class

DocumentNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility