WindowConfiguration.Collection Property

Definition

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

public:
 property EnvDTE::WindowConfigurations ^ Collection { EnvDTE::WindowConfigurations ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.WindowConfigurations Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : EnvDTE.WindowConfigurations
Public ReadOnly Property Collection As WindowConfigurations

Property Value

A WindowConfigurations collection.

Attributes

Applies to