Share via


CodeInterface.Collection Property

Gets the collection containing the CodeInterface object supporting this property.

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

Syntax

'Declaration
ReadOnly Property Collection As CodeElements
'Usage
Dim instance As CodeInterface 
Dim value As CodeElements 

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

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

CodeInterface Interface

CodeInterface Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples