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
- 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