NameIdentity Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An identity created from a unique name.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class NameIdentity _
Inherits IdentityWrapper(Of String)
'Usage
Dim instance As NameIdentity
public class NameIdentity : IdentityWrapper<string>
public ref class NameIdentity : public IdentityWrapper<String^>
public class NameIdentity extends IdentityWrapper<String>
Remarks
For example, the NameIdentity class can be combined with an identity for an element to express the unique identity of one of the element's attributes.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Identities.Identity
Microsoft.Windows.Design.Documents.Identities.IdentityWrapper<String>
Microsoft.Windows.Design.Documents.Identities.NameIdentity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Documents.Identities Namespace