ProjectData 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 helpers for the Visual Basic Err
object.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ProjectData sealed
public sealed class ProjectData
type ProjectData = class
Public NotInheritable Class ProjectData
- Inheritance
-
ProjectData
Remarks
For more information, see Err.
Methods
ClearProjectError() |
This API supports the product infrastructure and is not intended to be used directly from your code. Performs the work for the |
CreateProjectError(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Performs the work for the |
EndApp() |
This API supports the product infrastructure and is not intended to be used directly from your code. Closes all files for the calling assembly and stops the process. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize() |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetProjectError(Exception, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. The Visual Basic compiler uses this helper method to capture exceptions in the |
SetProjectError(Exception) |
This API supports the product infrastructure and is not intended to be used directly from your code. The Visual Basic compiler uses this helper method to capture exceptions in the |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |