VCCodeAttribute.Value Property

Gets or sets the data for the object.

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

Syntax

声明
Property Value As String
用法
Dim instance As VCCodeAttribute
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 value of the object.

Remarks

If an attribute is in the form name(someval, 2), then the value is someval, 2.

Permissions

See Also

Concepts

How to: Compile and Run the Automation Object Model Code Examples

Reference

VCCodeAttribute Interface

VCCodeAttribute Members

Microsoft.VisualStudio.VCCodeModel Namespace