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

声明
Property Value As String
用法
Dim instance As VCUserMacro
Dim value As String

value = instance.Value

instance.Value = value
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
function get Value () : String
function set Value (value : String)

Property Value

Type: System.String

String containing the replacement text for the macro.

Permissions

See Also

Reference

VCUserMacro Interface

VCUserMacro Members

Microsoft.VisualStudio.VCProjectEngine Namespace