Description
External type library information for the test object class.
Important Information
Note for .NET Add-in users: Do not use this element for the .NET Add-in.
Attributes
Name | Type | Use | Default | Description |
---|
CLSID | string | required | | The class ID of the test object class. This is used to locate the type information inside the type library. |
TypeLibraryPath | string | required | | The file system path to the type library file. |
Used By
Source
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ExternalTypeInfo">
<xs:annotation>
<xs:documentation>External type library information for the test object class.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="TypeLibraryPath" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The file system path to the type library file.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CLSID" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The class ID of the test object class.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|