Microsoft SDK for Java

get_casesensitive

This method of the Dispatch Class accesses a property on an ActiveX Automation object.

This method requires the object to support IDispatchEx. Only IDispatchEx supports case-sensitive name lookups.

Syntax

public static Variant get_casesensitive(Object pDispatch, String ispName);

Return Value

Returns the value of the property.

Parameters

pDispatch The Java proxy of the ActiveX Automation object.
dispName The name of the property that is accessed.

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