Méthode | Description | |
---|---|---|
GetBooleanProperty ( Project project, string propertyName ) : bool? | ||
GetSelectedProjects ( ) : IEnumerable |
||
SetBooleanProperty ( Project project, string propertyName, bool value ) : void |
Méthode | Description | |
---|---|---|
ProjectPropertyManager ( IHost host ) : System.Collections.Generic |
public GetBooleanProperty ( Project project, string propertyName ) : bool? | ||
project | Project | |
propertyName | string | |
Résultat | bool? |
public GetSelectedProjects ( ) : IEnumerable |
||
Résultat | IEnumerable |
public SetBooleanProperty ( Project project, string propertyName, bool value ) : void | ||
project | Project | |
propertyName | string | |
value | bool | |
Résultat | void |