VCCodeProperty.Setter Property

Gets or sets an object defining the code to set a property.

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

Syntax

声明
Property Setter As CodeFunction
用法
Dim instance As VCCodeProperty
Dim value As CodeFunction

value = instance.Setter

instance.Setter = value
CodeFunction Setter { get; set; }
property CodeFunction^ Setter {
    CodeFunction^ get ();
    void set (CodeFunction^ value);
}
function get Setter () : CodeFunction
function set Setter (value : CodeFunction)

Property Value

Type: CodeFunction

A CodeFunction object.

Remarks

Setter returns the code function, if any, that is the setter of this property.

Permissions

See Also

Concepts

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

Reference

VCCodeProperty Interface

VCCodeProperty Members

Microsoft.VisualStudio.VCCodeModel Namespace