Partilhar via


Propriedade VCReferences.Count

Obtém o número de VCReference objetos na VCReferences coleção.

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

Sintaxe

'Declaração
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

Valor de propriedade

Tipo: System.Int32
O número de VCReference objetos na VCReferences coleção.

Segurança do .NET Framework

Consulte também

Referência

VCReferences Interface

Namespace Microsoft.VisualStudio.VCProjectEngine