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
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.