<IntParameter> (RibbonDiffXml)

適用対象: CRM 2016 on-prem, CRM Online

パラメーターとして渡すことのできる整数データ型の値を指定します。

構文

<IntParameter 
 Name="String" 
 Value="String"
/>

属性と要素

The following table lists the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

Name

Url 要素を使用するときにこの値のために渡されるクエリ文字列パラメーターの名前を表します。

String

See Remarks

Value

パラメーターとして渡す値を指定します。

Int

Required

下位要素

この要素には子要素はありません。

親要素

Element Description

<CustomRule> (RibbonDiffXml)

JavaScript ライブラリ内の関数への参照で構成される EnableRule 定義で使用されるルールを指定します。

<JavaScriptFunction> (RibbonDiffXml)

特定の JavaScript ライブラリから関数を呼び出すアクションを指定します。

<Url> (RibbonDiffXml)

指定されたアドレスの Web ページを開くアクション。

備考

When the IntParameter is a child of the <Url> (RibbonDiffXml) a Name attribute is required. When the IntParameter is a child of the <JavaScriptFunction> (RibbonDiffXml) or <CustomRule> (RibbonDiffXml)elements, the Name attribute is not valid.

要素情報

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/JavaScriptFunction/IntParameter |
//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/Url/IntParameter |
//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/CustomRule/IntParameter |
//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/OrRule/Or/CustomRule/IntParameter |
//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/CustomRule/IntParameter |
//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/OrRule/Or/CustomRule/IntParameter

Schema Name

  • IntParameter

  • IntNamedParameterType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

関連項目

他のリソース

Ribbon XML reference
コマンドおよびリボンをカスタマイズする

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.