BuildProperty(String, String) Construtor
Definição
Inicializa uma nova instância da classe BuildProperty com o nome e valor especificados.Initializes a new instance of the BuildProperty class with the specified name and value.
public:
BuildProperty(System::String ^ propertyName, System::String ^ propertyValue);
public BuildProperty (string propertyName, string propertyValue);
new Microsoft.Build.BuildEngine.BuildProperty : string * string -> Microsoft.Build.BuildEngine.BuildProperty
Public Sub New (propertyName As String, propertyValue As String)
Parâmetros
- propertyName
- String
O nome da propriedade.The property name.
- propertyValue
- String
O valor da propriedade.The property value.