VCCodeFunction::MustImplement Property
Visual Studio 2015
Gets or sets a value indicating whether or not the item is declared abstract and thus requires an implementation.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Property Value
Type: System::Booleantrue if the method is declared abstract and thus requires an implementation; false if otherwise.
MustImplement returns or sets whether the method is implemented or requires an implementation in subclasses. For some languages this might always be false, and that setting MustImplement might fail, depending on the language.
Show: