PreProcessControlState Enum
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 options that specify the relationship between the control and preprocessing messages.
public enum class PreProcessControlState
public enum PreProcessControlState
type PreProcessControlState =
Public Enum PreProcessControlState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
MessageProcessed | 0 | Specifies that the message has been processed and no further processing is required. |
MessageNeeded | 1 | Specifies that the control requires the message and that processing should continue. |
MessageNotNeeded | 2 | Specifies that the control does not require the message. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.