Свойство | Тип | Описание | |
---|---|---|---|
projectFilter |
Метод | Описание | |
---|---|---|
AddNewImport ( string name, string condition ) : void | ||
AddNewPropertyGroup ( bool insertAtEnd ) : |
||
GetAllItems ( ) : IEnumerable |
||
GetGlobalPropertyGroup ( ) : MSBuildPropertySet | ||
GetProjectExtensions ( string section ) : string | ||
MSBuildProject ( ) : System | ||
RemoveImport ( string name ) : void | ||
RemoveProjectExtensions ( string section ) : void | ||
SetProjectExtensions ( string section, string value ) : void |
public AddNewImport ( string name, string condition ) : void | ||
name | string | |
condition | string | |
Результат | void |
public AddNewPropertyGroup ( bool insertAtEnd ) : |
||
insertAtEnd | bool | |
Результат |
public GetGlobalPropertyGroup ( ) : MSBuildPropertySet | ||
Результат | MSBuildPropertySet |
public GetProjectExtensions ( string section ) : string | ||
section | string | |
Результат | string |
public RemoveImport ( string name ) : void | ||
name | string | |
Результат | void |
public RemoveProjectExtensions ( string section ) : void | ||
section | string | |
Результат | void |
public SetProjectExtensions ( string section, string value ) : void | ||
section | string | |
value | string | |
Результат | void |