Share via


Propriedade VCProject.References

Obtém a coleção de referências do projeto selecionado.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

VCProject Interface

Namespace Microsoft.VisualStudio.VCProjectEngine