CodeFunction2::OverrideKind Property
Visual Studio 2015
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.
Assembly: EnvDTE80 (in EnvDTE80.dll)
property vsCMOverrideKind OverrideKind { vsCMOverrideKind get(); void set(vsCMOverrideKind value); }
This property can be evaluated against the vsCMOverrideKind enumeration.
Show: