Visual Basic (Declaration) | |
---|---|
Protected Overridable MustOverride Function Create() As AnnObjectBase |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual abstract AnnObjectBase Create() |
C++/CLI | |
---|---|
protected: virtual abstract AnnObjectBase^ Create(); |
Return Value
The AnnObjectBase this method creates.
Derived annotation objects must implement this method to enable the LEADTOOLS Annotation infrastructure to correctly construct objects at runtime. For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS WPF Annotations
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family