次の方法で共有


ArgumentTargetAttribute クラス

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

Identifies the argument is the primary entity for which the workflow is run.

名前空間: Microsoft.Xrm.Sdk.Workflow
アセンブリ: Microsoft.Xrm.Sdk.Workflow (Microsoft.Xrm.Sdk.Workflow.dll に含まれる)

構文

'宣言
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class ArgumentTargetAttribute
    Inherits Attribute
    Implements IWorkflowArgument
[SerializableAttribute] 
[AttributeUsageAttribute(AttributeTargets.All)] 
public sealed class ArgumentTargetAttribute : Attribute, IWorkflowArgument

備考

This attribute is automatically generated or added and is optional for global actions.

継承階層

System.Object
   System.Attribute
    Microsoft.Xrm.Sdk.Workflow.ArgumentTargetAttribute

スレッド セーフ

この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

ArgumentTargetAttribute のメンバー
Microsoft.Xrm.Sdk.Workflow 名前空間

他のリソース

Create your own actions

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