Sdílet prostřednictvím


VCCodeModel.IDLImports Property

Gets the collection of Import statements from the .idl file of the parent object.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property IDLImports As CodeElements
'Usage
Dim instance As VCCodeModel
Dim value As CodeElements

value = instance.IDLImports
CodeElements IDLImports { get; }
property CodeElements^ IDLImports {
    CodeElements^ get ();
}
function get IDLImports () : CodeElements

Property Value

Type: CodeElements

A CodeElements collection.

Permissions

See Also

Reference

VCCodeModel Interface

VCCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace