Engine.Collection Property
Gets the Engines collection.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property Collection As Engines
Engines Collection { get; }
property Engines^ Collection {
Engines^ get ();
}
abstract Collection : Engines with get
function get Collection () : Engines
Property Value
Type: EnvDTE80.Engines
A Engines 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.