BindElementAttribute クラス

定義

特定の要素型をバインドするためのオプションを構成します。

public ref class BindElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindElementAttribute = class
    inherit Attribute
Public NotInheritable Class BindElementAttribute
Inherits Attribute
継承
BindElementAttribute
属性

コンストラクター

BindElementAttribute(String, String, String, String)

のインスタンス BindElementAttributeを構築します。

プロパティ

ChangeAttribute

関連付けられた変更イベントを登録する属性の名前を取得します。

Element

要素のタグ名を取得します。

Suffix

サフィックス値を取得します。 たとえば、これは value を意味 bind-valueする、または null を意味 bindします。

ValueAttribute

バインドする値属性の名前を取得します。

適用対象