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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。