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
PropertyInfo[] IReflect.GetProperties(
    BindingFlags bindingAttr
)
private:
virtual array<PropertyInfo^>^ GetProperties(
    BindingFlags bindingAttr
) sealed = IReflect::GetProperties
private abstract GetProperties : 
        bindingAttr:BindingFlags -> PropertyInfo[] 
private override GetProperties : 
        bindingAttr:BindingFlags -> PropertyInfo[] 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: array<System.Reflection.PropertyInfo[]
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)

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace