VCCodeModel.Imports Property
Gets the collection of #import statements for the parent object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaración
ReadOnly Property Imports As CodeElements
Get
CodeElements Imports { get; }
property CodeElements^ Imports {
CodeElements^ get ();
}
abstract Imports : CodeElements
function get Imports () : CodeElements
Property Value
Type: EnvDTE.CodeElements
A CodeElements collection.
.NET Framework Security
- 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.