Program::Collection Property

 

Gets the collection that contains the object that supports this property or is contained in this code construct. Returns null for an object that is not obtained from a collection.

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

property Programs^ Collection {
	Programs^ get();
}

Property Value

Type: EnvDTE::Programs^

A Programs collection.

Return to top
Show: