VCCodeMacro.Value Property
Gets or sets the data for the object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Property Value As String
'Usage
Dim instance As VCCodeMacro
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
The data for the object.
Remarks
If an attribute is in the form name(someval, 2), then the value is someval, 2.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
How to: Compile and Run the Automation Object Model Code Examples