Imports Methods

 

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

NameDescription
System_CAPS_pubmethodAdd(String^)

Adds a new import statement to the Imports collection.

System_CAPS_pubmethodGetEnumerator()

Gets an enumeration for items in a collection.

System_CAPS_pubmethodItem(Int32)

Returns an indexed member of the Imports object. The Item method is the default method for the Imports object.

System_CAPS_pubmethodRemove(Object^)

Removes an imports statement from the Imports collection. The imports statement to be removed may be indexed by either the string specifying the import or by a one-based index.

Return to top
Show: