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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.