Compartilhar via


Propriedade _DTE.Solution

Obtém o objeto de Solution que representa qualquer projetos abertos na instância atual de ambiente e permite acesso aos objetos de compilação.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
ReadOnly Property Solution As Solution
Solution Solution { get; }
property Solution^ Solution {
    Solution^ get ();
}
abstract Solution : Solution with get
function get Solution () : Solution

Valor de propriedade

Tipo: EnvDTE.Solution
Um objeto Solution.

Exemplos

Sub SolutionExample()
  MsgBox(DTE.Solution.FullName)
End Sub

Segurança do .NET Framework

Consulte também

Referência

_DTE Interface

Namespace EnvDTE