Dela via


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

'Declaration
Property Setter As CodeFunction
'Usage
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: EnvDTE.CodeFunction
A CodeFunction object.

Remarks

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

.NET Framework Security

See Also

Reference

VCCodeProperty Interface

VCCodeProperty Members

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

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