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)
Syntax
'Declaration
ReadOnly Property Collection As Programs
Programs Collection { get; }
property Programs^ Collection {
Programs^ get ();
}
abstract Collection : Programs with get
function get Collection () : Programs
Property Value
Type: EnvDTE.Programs
A Programs 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.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples