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
'Declaration
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
bindingAttr
Type: System.Reflection.BindingFlagsA 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.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
- 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.