分享方式:


RibbonLocationFilters 列舉

Contains the values for ribbon filters for an entity.

命名空間: Microsoft.Crm.Sdk.Messages
組件: Microsoft.Crm.Sdk.Proxy (在 Microsoft.Crm.Sdk.Proxy.dll 中)

語法

'宣告
<DataContractAttribute(Name:="RibbonLocationFilters", Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
<FlagsAttribute> _
Public Enumeration RibbonLocationFilters
[DataContractAttribute(Name="RibbonLocationFilters", Namespace="https://schemas.microsoft.com/crm/2011/Contracts")] 
[FlagsAttribute] 
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.

平台

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows Server 2008、Windows Server 2012、Windows 7

請參閱

參照

Microsoft.Crm.Sdk.Messages 命名空間

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.