ModalityTypes 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.
Enumerates the modality types.
This enumeration supports a bitwise combination of its member values.
public enum class ModalityTypes
[System.Flags]
public enum ModalityTypes
type ModalityTypes =
Public Enum ModalityTypes
- Inheritance
-
ModalityTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
None | 0 | No modalities |
InstantMessage | 1 | Instant Messaging Modality |
AudioVideo | 2 | Audio/Video Modality |
ApplicationSharing | 4 | Application Sharing Modality |
ContentSharing | 8 | Content Sharing Modality |
Reserved1 | 16 | |
Reserved2 | 32 |