WindowConfiguration.Collection Property

Gets the collection containing the object supporting this property or contained within this code construct.

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

Syntax

'Declaration
ReadOnly Property Collection As WindowConfigurations
WindowConfigurations Collection { get; }
property WindowConfigurations^ Collection {
    WindowConfigurations^ get ();
}
abstract Collection : WindowConfigurations with get
function get Collection () : WindowConfigurations

Property Value

Type: EnvDTE.WindowConfigurations
A WindowConfigurations collection.

.NET Framework Security

See Also

Reference

WindowConfiguration Interface

EnvDTE Namespace

Other Resources

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