IdentityWrapper<T> Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Wraps an instance of any type for use as an identity.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class IdentityWrapper(Of T) _
Inherits Identity
'Usage
Dim instance As IdentityWrapper(Of T)
public class IdentityWrapper<T> : Identity
generic<typename T>
public ref class IdentityWrapper : public Identity
JScript does not support generic types or methods.
Type Parameters
- T
The type to wrap for use as an identity.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Identities.Identity
Microsoft.Windows.Design.Documents.Identities.IdentityWrapper<T>
Microsoft.Windows.Design.Documents.Identities.AttachedPropertyIdentity
Microsoft.Windows.Design.Documents.Identities.NameIdentity
Microsoft.Windows.Design.Documents.Identities.NumericIdentity
Microsoft.Windows.Design.Documents.Identities.ParameterIdentity
Microsoft.Windows.Design.Documents.Identities.RoutedEventIdentity
Microsoft.Windows.Design.Documents.Identities.TextRangeIdentity
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