VCCustomBuildRule.ShowOnlyRuleProperties 属性

获取或设置一个生成规则的用户是否属性的值在属性网格中显示。

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

语法

声明
Property ShowOnlyRuleProperties As Boolean
bool ShowOnlyRuleProperties { get; set; }
property bool ShowOnlyRuleProperties {
    bool get ();
    void set (bool value);
}
abstract ShowOnlyRuleProperties : bool with get, set
function get ShowOnlyRuleProperties () : boolean
function set ShowOnlyRuleProperties (value : boolean)

属性值

类型:System.Boolean
true ,如果生成规则的用户属性网格而不是其他属性公开 (例如 CommandLine),而项目属性来查看;否则, false。

.NET Framework 安全性

请参见

参考

VCCustomBuildRule 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间