DataViewBrowseObject.IReflect.GetMembers Method
Retrieves all the members that match the specified binding constraints for the type of the current instance.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaración
Private Function GetMembers ( _
bindingAttr As BindingFlags _
) As MemberInfo() Implements IReflect.GetMembers
MemberInfo[] IReflect.GetMembers(
BindingFlags bindingAttr
)
private:
virtual array<MemberInfo^>^ GetMembers(
BindingFlags bindingAttr
) sealed = IReflect::GetMembers
private abstract GetMembers :
bindingAttr:BindingFlags -> MemberInfo[]
private override GetMembers :
bindingAttr:BindingFlags -> MemberInfo[]
JScript does not support explicit interface implementations.
Parameters
- bindingAttr
Type: System.Reflection.BindingFlags
A bitmask made up of one or more BindingFlags that specify how the search is conducted, or zero to return an empty array.
Return Value
Type: array<System.Reflection.MemberInfo[]
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
IReflect.GetMembers(BindingFlags)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.