This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Object doesn't support this property or method (Error 438)
Not all objects support all and . This error has the following cause and solution:
- You specified a method or property that doesn't exist for this .
See the object's documentation for more information on the object and check the spellings of properties and methods.
- You specified a Friend procedure to be called late bound.
The name of a Friend procedure must be known at . It can't appear in a late-bound call.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).