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

'Declaration
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)

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

See Also

Reference

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine Namespace