Delen via


Program.Collection Property

Gets the collection containing the object supporting this property or contained within this code construct. Returns null for an object that is not obtained from a collection.

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

Syntax

'Declaration
ReadOnly Property Collection As Programs
'Usage
Dim instance As Program 
Dim value As Programs 

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

Property Value

Type: EnvDTE.Programs
A Programs collection.

.NET Framework Security

See Also

Reference

Program Interface

Program Members

EnvDTE Namespace

Other Resources

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