SolutionContext.Collection Property

Definition

Returns the SolutionContexts collection containing the SolutionContext object supporting this property.

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

Property Value

A SolutionContexts collection.

Attributes

Applies to