VCCustomBuildRule.ShowOnlyRuleProperties Property
Gets or sets a value indicating whether the build rule's user properties are shown in the property grid.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Property ShowOnlyRuleProperties As Boolean
Get
Set
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)
Property Value
Type: System.Boolean
true if the build rule's user properties are shown in the property grid and not the other properties (such as CommandLine) when project properties are viewed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.