VCUserMacro.Value Property

Sets or gets the string replacement for the user macro.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property Value As String
    Get
    Set
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)

Property Value

Type: System.String
String containing the replacement text for the macro.

.NET Framework Security

See Also

Reference

VCUserMacro Interface

Microsoft.VisualStudio.VCProjectEngine Namespace