FileItemGetProperties Method

Returns the properties for this instance of a component.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public PropertyDescriptorCollection GetProperties()

Return Value

PropertyDescriptorCollection
A PropertyDescriptorCollection that represents the properties for this component instance.

Implements

ICustomTypeDescriptorGetProperties

See Also