Compartir a través de


VCWebServiceProxyGeneratorTool.References (Propiedad)

Obtiene o establece la colección de referencias del proyecto seleccionado.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
Colección de referencias del proyecto seleccionado.

Seguridad de .NET Framework

Vea también

Referencia

VCWebServiceProxyGeneratorTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)