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 |
取得要系結之 value 屬性的名稱。 |