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
- 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