RefactoringUtils.GetCurrentSolution Method
Returns the current solution.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function GetCurrentSolution As IVsSolution
'Usage
Dim returnValue As IVsSolution
returnValue = RefactoringUtils.GetCurrentSolution()
public static IVsSolution GetCurrentSolution()
public:
static IVsSolution^ GetCurrentSolution()
public static function GetCurrentSolution() : IVsSolution
static member GetCurrentSolution : unit -> IVsSolution
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsSolution
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace