Abstract method must be overridden in the inheried classes to return the text.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Texts (in Greatis.PrintSuite.Providers.Texts.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected MustOverride Function GetText As String |
| C# |
|---|
protected abstract string GetText() |
| Visual C++ |
|---|
protected: virtual String^ GetText() abstract |
| JavaScript |
|---|
function getText(); |