VCCustomBuildRule.Properties 属性

获取对象的属性集合。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
ReadOnly Property Properties As IVCCollection
IVCCollection Properties { get; }
property IVCCollection^ Properties {
    IVCCollection^ get ();
}
abstract Properties : IVCCollection with get
function get Properties () : IVCCollection

属性值

类型:Microsoft.VisualStudio.VCProjectEngine.IVCCollection
一个 IVCCollection 对象。

.NET Framework 安全性

请参见

参考

VCCustomBuildRule 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间