ImeMode 列挙
適用対象: CRM 2015 on-prem, CRM Online
Describes the input method editor mode
名前空間: Microsoft.Xrm.Sdk.Metadata
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
<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
メンバー
メンバー名 | 説明 |
---|---|
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. |
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
Microsoft.Xrm.Sdk.Metadata 名前空間
他のリソース
Far Eastern Input Method Editors
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.