CodeObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a common base class for most Code Document Object Model (CodeDOM) objects.
public ref class CodeObject
public class CodeObject
type CodeObject = class
Public Class CodeObject
- Inheritance
-
CodeObject
- Derived
Remarks
This class is the base class for most CodeDOM objects.
Constructors
| Name | Description |
|---|---|
| CodeObject() |
Initializes a new instance of the CodeObject class. |
Properties
| Name | Description |
|---|---|
| UserData |
Gets the user-definable data for the current object. |