Gets a list of solution listeners for this project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend ReadOnly Property SolutionListeners As IList(Of SolutionListener)
'使用
Dim value As IList(Of SolutionListener)
value = Me.SolutionListeners
protected internal IList<SolutionListener> SolutionListeners { get; }
protected public:
property IList<SolutionListener^>^ SolutionListeners {
IList<SolutionListener^>^ get ();
}
protected internal function get SolutionListeners () : IList<SolutionListener>
Property Value
Type: System.Collections.Generic.IList<SolutionListener>
The list of SolutionListener objects for this project.
Remarks
Solution listeners for the specific project should be added in the Initialize method.
Permissions
- 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.