Partilhar via


Propriedade VCCustomBuildRule.Properties

Obtém a coleção de propriedades para o objeto.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
A IVCCollection object.

Segurança do .NET Framework

Consulte também

Referência

VCCustomBuildRule Interface

Namespace Microsoft.VisualStudio.VCProjectEngine