Compartir a través de


VCReferences.Count (Propiedad)

Obtiene el número de objetos VCReference de la colección VCReferences.

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

Sintaxis

'Declaración
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

Valor de propiedad

Tipo: System.Int32
Número de objetos VCReference de la colección VCReferences.

Seguridad de .NET Framework

Vea también

Referencia

VCReferences Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)