DataViewBrowseObject.IReflect.GetProperties Method

Retrieves all the properties for the type of the current instance, using the specified binding constraints.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Private Function GetProperties ( _
    bindingAttr As BindingFlags _
) As PropertyInfo() Implements IReflect.GetProperties
'使用
Dim instance As DataViewBrowseObject
Dim bindingAttr As BindingFlags
Dim returnValue As PropertyInfo()

returnValue = CType(instance, IReflect).GetProperties(bindingAttr)
PropertyInfo[] IReflect.GetProperties(
    BindingFlags bindingAttr
)
private:
virtual array<PropertyInfo^>^ GetProperties(
    BindingFlags bindingAttr
) sealed = IReflect::GetProperties
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: []

An array of PropertyInfo objects representing all the properties for the type of the current instance that match the specified binding constraints. If the type of the current instance does not have properties, or if none of the properties match the binding constraints, returns an empty array of type PropertyInfo.

Implements

IReflect.GetProperties(BindingFlags)

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace