BindingBehaviorAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica l'oggetto BindingBehavior che deve essere applicato.
public ref class BindingBehaviorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class BindingBehaviorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class BindingBehaviorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindingBehaviorAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindingBehaviorAttribute = class
inherit Attribute
Public Class BindingBehaviorAttribute
Inherits Attribute
- Ereditarietà
-
BindingBehaviorAttribute
- Derivato
- Attributi
Costruttori
BindingBehaviorAttribute(BindingBehavior) |
Inizializza una nuova istanza di BindingBehaviorAttribute. |
Proprietà
Behavior |
Ottiene l'oggetto BindingBehavior da applicare. |