VCCustomBuildRule.Name - свойство
Gets or sets the name of the build rule.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Default Property Name As String
'Применение
Dim instance As VCCustomBuildRule
Dim value As String
value = instance
instance = value
string this { get; set; }
property String^ default {
String^ get ();
void set (String^ value);
}
function get Name () : String
function set Name (value : String)
Значение свойства
Тип: System.String
The name of the build rule.
Заметки
The name must be unique among the custom build rules in the rule file.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.