VCUserMacro.Value (Propiedad)

Establece u obtiene el reemplazo de cadenas para la macro de usuario.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property Value As String
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
abstract Value : string with get, set
function get Value () : String
function set Value (value : String)

Valor de propiedad

Tipo: System.String
Cadena que contiene el texto de reemplazo de la macro.

Seguridad de .NET Framework

Vea también

Referencia

VCUserMacro Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)