Udostępnij za pośrednictwem


DataViewBrowseObject.IReflect.GetMembers(BindingFlags) Method

Definition

Retrieves all the members that match the specified binding constraints for the type of the current instance.

 virtual cli::array <System::Reflection::MemberInfo ^> ^ System.Reflection.IReflect.GetMembers(System::Reflection::BindingFlags bindingAttr) = System::Reflection::IReflect::GetMembers;
System.Reflection.MemberInfo[] IReflect.GetMembers (System.Reflection.BindingFlags bindingAttr);
abstract member System.Reflection.IReflect.GetMembers : System.Reflection.BindingFlags -> System.Reflection.MemberInfo[]
override this.System.Reflection.IReflect.GetMembers : System.Reflection.BindingFlags -> System.Reflection.MemberInfo[]
Function GetMembers (bindingAttr As BindingFlags) As MemberInfo() Implements IReflect.GetMembers

Parameters

bindingAttr
BindingFlags

A bitmask made up of one or more BindingFlags that specify how the search is conducted, or zero to return an empty array.

Returns

An array of MemberInfo objects representing all members defined for the type of the current instance that match the specified binding constraints. If no members are defined for the current type, or if none of the defined members match the binding constraints, returns an empty array of type MemberInfo.

Implements

Applies to