Share via


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
'Usage
Dim instance As VCCustomBuildRule 
Dim value As Boolean 

value = instance.ShowOnlyRuleProperties

instance.ShowOnlyRuleProperties = value
bool ShowOnlyRuleProperties { get; set; }
property bool ShowOnlyRuleProperties {
    bool get ();
    void set (bool value);
}
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

VCCustomBuildRule Members

Microsoft.VisualStudio.VCProjectEngine Namespace