The following tables list the members exposed by IProjectPathVariables.
Public Properties
| Name | Description |
 | PathVariables |
Gets all path variables defined for this project.
|
Top
Public Methods
| Name | Description |
 | TryAdd |
Try add a path variable to this project collection of path variables.
|
 | TryChangeName |
Try change the name of a path variable.
|
 | TryChangeValue |
Try change the value of a path variable.
|
 | TryGetPathVariableValue |
Try obtain the value of a path variable value from its name.
|
 | TryRemove |
Try remove a path variable from this project collection of path variables.
|
Top
See Also