MessageTypes 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.
Represents valid message types for communication.
public ref class MessageTypes
public class MessageTypes
type MessageTypes = class
Public Class MessageTypes
- Inheritance
-
MessageTypes
Constructors
| MessageTypes() |
Fields
| FileSystemChangeInformation |
File System Change message containing information about a single file system change. FileSystemChangeInformation |
| ProjectInfoRequest |
Request message for getting project information. IProjectContext |
| ProjectInfoResponse |
Response message containing project information. IProjectContext |
| Scaffolding_Completed |
Scaffolding is completed. No more messages can be sent after this. |
| Terminate |
Scaffolding did not complete but had to terminate. |