VCUserMacro.Value Property

Definition

Sets or gets the string replacement for the user macro.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Value { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2401)]
public string Value { [System.Runtime.InteropServices.DispId(2401)] get; [System.Runtime.InteropServices.DispId(2401)] set; }
[<System.Runtime.InteropServices.DispId(2401)>]
[<get: System.Runtime.InteropServices.DispId(2401)>]
[<set: System.Runtime.InteropServices.DispId(2401)>]
member this.Value : string with get, set
Public Property Value As String

Property Value

String containing the replacement text for the macro.

Attributes

Applies to