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
Remarks
This is a VSProject property and is not implemented in this class. It throws an exception.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.