VCConfiguration.Rules 属性

获取 IVCRulePropertyStorage 对象的集合,这些对象可以修改为属性表中定义的项目级属性和默认项元数据。

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

语法

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

属性值

类型:Microsoft.VisualStudio.VCProjectEngine.IVCCollection
键控集合,其中,键是规则文件开始标记中的规则的名称。

备注

此属性获取的 IVCRulePropertyStorage 对象是项目级别特性和默认对象中获取属性表的项元数据。若要修改在项目文件中这些数据,请参见 [P:Microsoft.VisualStudio.VCProjectEngine.VCConfiguration.Rules.] 修改特定项的元数据,请参见 [P:Microsoft.VisualStudio.VCProjectEngine.VCFileConfiguration.Tool.]

.NET Framework 安全性

请参见

参考

VCConfiguration 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间