EnvironmentVariableCollection.Add Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Adiciona uma variável.
public:
void Add(System::String ^ varName, TypeCode varType, System::Object ^ varValue, bool varSensitive, System::String ^ varDesciption);
public void Add (string varName, TypeCode varType, object varValue, bool varSensitive, string varDesciption);
override this.Add : string * TypeCode * obj * bool * string -> unit
Public Sub Add (varName As String, varType As TypeCode, varValue As Object, varSensitive As Boolean, varDesciption As String)
Parâmetros
- varName
- String
O nome da variável.
- varType
- TypeCode
O tipo da variável.
- varValue
- Object
O valor da variável.
- varSensitive
- Boolean
true para a variável que é sensível; caso contrário, false.
- varDesciption
- String
A descrição da variável.