Enumeración de ImeMode
Se aplica a: CRM 2015 on-prem, CRM Online
Describes the input method editor mode
Espacio de nombres: Microsoft.Xrm.Sdk.Metadata
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name:="ImeMode", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public Enumeration ImeMode
[DataContractAttribute(Name="ImeMode", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum ImeMode
Integrantes
Nombre del miembro | Descripción |
---|---|
Active | Specifies that the IME mode is active. Value = 2. |
Auto | Specifies that the IME mode is chosen automatically. Value =0. |
Disabled | Specifies that the IME mode is disabled. Value = 3. |
Inactive | Specifies that the IME mode is inactive. Value = 1. |
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Espacio de nombres de Microsoft.Xrm.Sdk.Metadata
Otros recursos
Far Eastern Input Method Editors
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.