<StringParameter> (RibbonDiffXml)

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

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

構文

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

属性と要素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

Name

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

String

See Remarks

Value

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

String

Required

下位要素

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

親要素

Element Description

<CustomRule> (RibbonDiffXml)

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

<JavaScriptFunction> (RibbonDiffXml)

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

<Url> (RibbonDiffXml)

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

備考

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

要素情報

XPath

//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/CustomRule/StringParameter |
//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/OrRule/Or/CustomRule/StringParameter |
//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/Url/Stringparameter |
//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/JavaScriptFunction/Stringparameter

Schema Name

  • StringParameterType

  • StringNamedParameterType

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.