AttachedPropertyInfo<T> クラス

定義

添付プロパティのプロパティを提供します。

generic <typename T>
public ref class AttachedPropertyInfo sealed : System::Activities::Presentation::Model::AttachedPropertyInfo
public sealed class AttachedPropertyInfo<T> : System.Activities.Presentation.Model.AttachedPropertyInfo
type AttachedPropertyInfo<'T> = class
    inherit AttachedPropertyInfo
Public NotInheritable Class AttachedPropertyInfo(Of T)
Inherits AttachedPropertyInfo

型パラメーター

T

添付プロパティの型。

継承
AttachedPropertyInfo<T>

コンストラクター

AttachedPropertyInfo<T>()

AttachedPropertyInfo<T> クラスの新しいインスタンスを初期化します。

プロパティ

DefaultValue

添付プロパティの既定値を取得または設定します。

PropertyName

添付プロパティの名前を取得または設定します。

(継承元 AttachedPropertyInfo)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象