应用到: CRM 2015 on-prem, CRM Online
Contains the values for ribbon filters for an entity.
命名空间: Microsoft.Crm.Sdk.Messages
程序集: Microsoft.Crm.Sdk.Proxy (在 Microsoft.Crm.Sdk.Proxy.dll 中)
语法
声明
<FlagsAttribute> _
<DataContractAttribute(Name:="RibbonLocationFilters", Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration RibbonLocationFilters
[FlagsAttribute]
[DataContractAttribute(Name="RibbonLocationFilters", Namespace="https://schemas.microsoft.com/crm/2011/Contracts")]
public enum RibbonLocationFilters
成员
| 成员名称 | 描述 |
|---|---|
| All | Retrieve all Ribbons. Equivalent to Default. Value = 7. |
| Default | Retrieve all Ribbons. Equivalent to All. Value = 7. |
| Form | Retrieve just the form ribbon. Value = 1. |
| HomepageGrid | Retrieve just the ribbon displayed for entity grids. Value = 2. |
| SubGrid | Retrieve just the ribbon displayed when the entity is displayed in a subgrid or associated view. Value = 4. |
备注
This enumeration is used with RetrieveEntityRibbonRequest.
平台
开发平台
Windows Vista、Windows Server 2003 和
目标平台
Windows Vista,Windows XP
另请参阅
参考
Microsoft.Crm.Sdk.Messages 命名空间
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.