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
- 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
Microsoft.Windows.Design.Documents.Trees Namespace