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)

property CodeFunction^ Setter {
	CodeFunction^ get();
	void set(CodeFunction^ value);
}

Property Value

Type: EnvDTE::CodeFunction^

A CodeFunction object.

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

Return to top
Show: