VCCodeFunction::CanOverride Property
Visual Studio 2015
Gets or sets a value indicating whether or not the function can be overridden.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
For Visual Basic, the function was declared with MustOverride or Overrideable.
For Visual C# and Visual C++, the function was declared with the virtual keyword.
For JScript, the function was not declared with the static or final keywords; that is, the methods can be implicitly overridden.
Show: