Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.