Свойство | Type | Description | |
---|---|---|---|
CommandLineProperties | System.Collections.Specialized |
Méthode | Description | |
---|---|---|
Add ( string name, string value ) : void |
Adds a property to the internal property collection
|
|
GetProperty ( string name ) : string |
Gets a property from the command line /p:name=value
|
Méthode | Description | |
---|---|---|
CommandLineProperties ( ) : System.Collections.Specialized |
public Add ( string name, string value ) : void | ||
name | string | The name of the property |
value | string | The value of the property |
Résultat | void |
public GetProperty ( string name ) : string | ||
name | string | find the property by its name |
Résultat | string |