VCCodeProperty::Getter Property

 

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

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

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

Property Value

Type: EnvDTE::CodeFunction^

A CodeFunction object.

Getter returns the code function, if any, that is the getter of this property.

System_CAPS_noteNote

This property is read-only for code elements from Visual Basic source code.

Return to top
Show: