NDoc 1.3 SDK

ReferencePathCollection.ICustomTypeDescriptor.GetProperties Method (Attribute[])

Called to get the properties of this type. Returns properties with certain attributes. this restriction is not implemented here.

[Visual Basic]
Function GetProperties( _
   ByVal attributes As Attribute() _
) As PropertyDescriptorCollection _
    Implements ICustomTypeDescriptor.GetProperties
[C#]
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
   Attribute[] attributes
);

Parameters

attributes

Return Value

Implements

ICustomTypeDescriptor.GetProperties

See Also

ReferencePathCollection Class | NDoc.Core Namespace | ReferencePathCollection.ICustomTypeDescriptor.GetProperties Overload List