Compartilhar via


Propriedade VCWebServiceProxyGeneratorTool.References

Obtém ou define uma coleção de referências do projeto selecionado.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
Uma coleção de referências do projeto selecionado.

Segurança do .NET Framework

Consulte também

Referência

VCWebServiceProxyGeneratorTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine