Compartir a través de


VCCodeProperty.Functions (Propiedad)

Obtiene una colección de funciones para el objeto primario.

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

Sintaxis

'Declaración
ReadOnly Property Functions As CodeElements
CodeElements Functions { get; }
property CodeElements^ Functions {
    CodeElements^ get ();
}
abstract Functions : CodeElements with get
function get Functions () : CodeElements

Valor de propiedad

Tipo: CodeElements
Colección de funciones como CodeElements.

Seguridad de .NET Framework

Vea también

Referencia

VCCodeProperty Interfaz

Microsoft.VisualStudio.VCCodeModel (Espacio de nombres)