Microsoft SDK for Java

getIncludeExpression

This method of the IncludeExcludeWildcards Class retrieves the WildcardExpression object that specifies the strings that are included in the set.

Syntax

public WildcardExpression getIncludeExpression();

Return Value

Returns the WildcardExpression object that specifies the strings that are included in the set. If the IncludeExcludeWildcards object was created with a null include parameter and the include method has not been called, the method returns null.

See Also

include

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