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

取得要系結之 value 屬性的名稱。

適用於