次の方法で共有


IdentityWrapper<T> クラス

更新 : 2007 年 11 月

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ID として使用する任意の型のインスタンスをラップします。

名前空間 :  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
    ID として使用する、ラップ対象の型。

継承階層

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 デザイナの機能拡張