OAVSProject.Imports Property

Gets the imports associated with the project.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property Imports As Imports
'使用
Dim instance As OAVSProject
Dim value As Imports

value = instance.Imports
public Imports Imports { get; }
public:
virtual property Imports^ Imports {
    Imports^ get () sealed;
}
public final function get Imports () : Imports

Property Value

Type: VSLangProj.Imports

When implemented in a derived class, the Imports object associated with the project.

Implements

VSProject.Imports

Remarks

This is a VSProject property and is not implemented in this class. It throws an exception.

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace