Methods | This Package | All Packages
Defines a callback interface for enumerating the properties of a component.
package com.ms.wfc.core
public interface IProperties
Remarks
This interface is used in implementations of the getProperties method of IClassInfo. This method is passed an instance of IProperties and is responsible for calling IProperties.add to enumerate the properties of the associated component class.