Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1 KB

bc30281.md

File metadata and controls

26 lines (20 loc) · 1 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Structure '<structurename>' must contain at least one instance member variable or Event declaration
Structure '<structurename>' must contain at least one instance member variable or Event declaration
07/20/2015
bc30281
vbc30281
BC30281
a03ee4e2-5fea-4933-898f-7f125b25824e

Structure '<structurename>' must contain at least one instance member variable or Event declaration

A functionally empty structure occurs. At least one variable member must be declared between the Structure statement and the End Structure statement.

Error ID: BC30281

To correct this error

  • Add a Dim statement or an Event statement to the structure.

See also