Compartilhar via


Propriedade VCProject.AssemblyReferenceSearchPaths

Define ou obtém uma lista do conjunto de caminhos de pesquisa.

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

Sintaxe

'Declaração
Property AssemblyReferenceSearchPaths As String
string AssemblyReferenceSearchPaths { get; set; }
property String^ AssemblyReferenceSearchPaths {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyReferenceSearchPaths : string with get, set
function get AssemblyReferenceSearchPaths () : String
function set AssemblyReferenceSearchPaths (value : String)

Valor de propriedade

Tipo: System.String
Ponto e vírgula delimitados seqüência dos caminhos de pesquisa.

Comentários

Esta lista de caminhos é pesquisada somente depois de pesquisas de todos os outros caminhos especificados não resolverem uma referência de assembly.

Segurança do .NET Framework

Consulte também

Referência

VCProject Interface

Namespace Microsoft.VisualStudio.VCProjectEngine