DataViewBrowseObject.IReflect.GetMember Method

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

'宣言
Private Function GetMember ( _
    name As String, _
    bindingAttr As BindingFlags _
) As MemberInfo() Implements IReflect.GetMember
'使用
Dim instance As DataViewBrowseObject
Dim name As String
Dim bindingAttr As BindingFlags
Dim returnValue As MemberInfo()

returnValue = CType(instance, IReflect).GetMember(name, _
    bindingAttr)
MemberInfo[] IReflect.GetMember(
    string name,
    BindingFlags bindingAttr
)
private:
virtual array<MemberInfo^>^ GetMember(
    String^ name, 
    BindingFlags bindingAttr
) sealed = IReflect::GetMember
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: []

An array of MemberInfo objects representing the public members with the specified name, if found; otherwise, an empty array.

Implements

IReflect.GetMember(String, BindingFlags)

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace