VCCodeMacro.Value Propriété

Définition

Obtient ou définit les données pour l'objet.

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(579)]
public string Value { [System.Runtime.InteropServices.DispId(579)] get; [System.Runtime.InteropServices.DispId(579)] set; }
[<System.Runtime.InteropServices.DispId(579)>]
[<get: System.Runtime.InteropServices.DispId(579)>]
[<set: System.Runtime.InteropServices.DispId(579)>]
member this.Value : string with get, set
Public Property Value As String

Valeur de propriété

String

Données pour l'objet.

Attributs

Remarques

Si un attribut se trouve dans le formulaire name(someval, 2) , la valeur est someval, 2 .

S’applique à