VCCustomBuildRule.ShowOnlyRuleProperties - свойство
Gets or sets a value indicating whether the build rule's user properties are shown in the property grid.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property ShowOnlyRuleProperties As Boolean
'Применение
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)
Значение свойства
Тип: 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.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.