OverloadGroupAttribute コンストラクター

定義

OverloadGroupAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

OverloadGroupAttribute()

OverloadGroupAttribute クラスの新しいインスタンスを初期化します。

OverloadGroupAttribute(String)

OverloadGroupAttribute クラスの新しいインスタンスを初期化します。

OverloadGroupAttribute()

OverloadGroupAttribute クラスの新しいインスタンスを初期化します。

public:
 OverloadGroupAttribute();
public OverloadGroupAttribute ();
Public Sub New ()

適用対象

OverloadGroupAttribute(String)

OverloadGroupAttribute クラスの新しいインスタンスを初期化します。

public:
 OverloadGroupAttribute(System::String ^ groupName);
public OverloadGroupAttribute (string groupName);
new System.Activities.OverloadGroupAttribute : string -> System.Activities.OverloadGroupAttribute
Public Sub New (groupName As String)

パラメーター

groupName
String

引数グループの名前。

適用対象