Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Structures are value types, not reference types. A structure is not an instance created from a class, so the Me, MyClass, and MyBase keywords are meaningless in a structure.
Error ID: BC30044
To correct this error
- Change the structure to a class, or remove the keyword from the procedure.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.