BindingImplAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This attribute provides information about binding code.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Field, AllowMultiple=false)]
public class BindingImplAttribute : Attribute
type BindingImplAttribute = class
inherit Attribute
- Inheritance
-
BindingImplAttribute
- Attributes
Constructors
BindingImplAttribute(BindingImplOptions) |
Initializes a new BindingImpl attribute. |
Properties
Options |
The binding implementation options. |