Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified public 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
'Declaration
Private Function GetMember ( _
name As String, _
bindingAttr As BindingFlags _
) As MemberInfo() Implements IReflect.GetMember
MemberInfo[] IReflect.GetMember(
string name,
BindingFlags bindingAttr
)
private:
virtual array<MemberInfo^>^ GetMember(
String^ name,
BindingFlags bindingAttr
) sealed = IReflect::GetMember
private abstract GetMember :
name:string *
bindingAttr:BindingFlags -> MemberInfo[]
private override GetMember :
name:string *
bindingAttr:BindingFlags -> MemberInfo[]
JScript does not support explicit interface implementations.
Parameters
- name
Type: System.String
The name of the members to get.
- 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 the public members with the specified name, if found; otherwise, an empty array.
Implements
IReflect.GetMember(String, 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.