'Declaration
<SuppressMessageAttribute(Category="Microsoft.Reliability",
CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")>
Public Function CreatePage() As ImGearPage
'Usage
Dim instance As ImGearBarcodeWriterBase
Dim value As ImGearPage
value = instance.CreatePage()
[SuppressMessageAttribute(Category="Microsoft.Reliability",
CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")]
public ImGearPage CreatePage()
[SuppressMessageAttribute(Category="Microsoft.Reliability",
CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")]
public: ImGearPage* CreatePage();
[SuppressMessageAttribute(Category="Microsoft.Reliability",
CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")]
public:
ImGearPage^ CreatePage();