Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.