CodeFunction2::OverrideKind Property

 

Sets or gets whether a CodeFunction object represents a parent class function that may be overridden, a child class function that is replacing the inherited behavior, or whether the function cannot be overridden.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property vsCMOverrideKind OverrideKind {
	vsCMOverrideKind get();
	void set(vsCMOverrideKind value);
}

Property Value

Type: EnvDTE80::vsCMOverrideKind

A vsCMOverrideKind value.

This property can be evaluated against the vsCMOverrideKind enumeration.

Return to top
Show: