Share via


HostMemberAttribute.BindingFlags Property

Definition

Gets or sets a BindingFlags enumeration value that controls binding and the way in which the search for members and types is conducted by reflection.

public:
 property System::Reflection::BindingFlags BindingFlags { System::Reflection::BindingFlags get(); void set(System::Reflection::BindingFlags value); };
public System.Reflection.BindingFlags BindingFlags { get; set; }
member this.BindingFlags : System.Reflection.BindingFlags with get, set
Public Property BindingFlags As BindingFlags

Property Value

One of the enumeration values that controls binding and the way in which the search for members and types is conducted by reflection.

Remarks

When a member of a proxy type is invoked by an add-in, the .NET Framework reads this property and uses the specified BindingFlags value (if any) to invoke the host application object model method or property.

Applies to