IdentityWrapper<T> 类

更新:2007 年 11 月

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

包装用作标识的任何类型的实例。

命名空间:  Microsoft.Windows.Design.Documents.Identities
程序集:  Microsoft.Windows.Design.Markup(在 Microsoft.Windows.Design.Markup.dll 中)

语法

声明
Public Class IdentityWrapper(Of T) _
    Inherits Identity
用法
Dim instance As IdentityWrapper(Of T)
public class IdentityWrapper<T> : Identity
generic<typename T>
public ref class IdentityWrapper : public Identity
JScript 不支持泛型类型或方法。

类型参数

  • T
    要包装用作标识的类型。

继承层次结构

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

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

IdentityWrapper<T> 成员

Microsoft.Windows.Design.Documents.Identities 命名空间

其他资源

WPF 设计器扩展性