Click or drag to resize
Sandcastle Help File BuilderFileItemGetProperties Method
Returns the properties for this instance of a component.

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

Return Value

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

Implements

ICustomTypeDescriptorGetProperties
See Also