Microsoft SDK for Java

ValueEditor.getSubProperties

Retrieves the subproperties of the specified value.

Syntax

public SubProperty[] getSubProperties( Object value )

Parameters

value

The value to be decomposed.

Return Value

Returns null by default.

Remarks

Subproperties represent values that together compose the specified value. Override this method to return the value's subproperties. For more information, see IValueEditor.getSubProperties.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.