VSProject::Imports Property

 

Gets the Imports object associated with the project. For C# projects, the Imports property is set to Nothing (a null reference). Read-only.

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

property Imports^ Imports {
	Imports^ get();
}

Property Value

Type: VSLangProj::Imports^

Returns an Imports object collection.

C# projects do not have project imports. For C# projects, the value of Imports is Nothing (a null reference).

Return to top
Show: