SolutionListener.Solution Property

Gets the solution.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected ReadOnly Property Solution As IVsSolution
'使用
Dim value As IVsSolution

value = Me.Solution
protected IVsSolution Solution { get; }
protected:
property IVsSolution^ Solution {
    IVsSolution^ get ();
}
protected function get Solution () : IVsSolution

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsSolution

IVsSolution.

Permissions

See Also

Reference

SolutionListener Class

SolutionListener Members

Microsoft.VisualStudio.Package Namespace