BindElementAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の要素型をバインドするためのオプションを構成します。
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 |
サフィックス値を取得します。
たとえば、これは |
ValueAttribute |
バインドする値属性の名前を取得します。 |