Partilhar via


Propriedade VCAssemblyReference.FullPath

Obtém o caminho completo do arquivo de projeto.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

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

Valor de propriedade

Tipo: System.String
O caminho do arquivo de projeto.

Segurança do .NET Framework

Consulte também

Referência

VCAssemblyReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine