次の方法で共有


ActivityToolboxItem.GetToolboxDisplayName(Type) メソッド

定義

ツールボックスのツールボックス項目に関連付けられた表示名を取得します。

public:
 static System::String ^ GetToolboxDisplayName(Type ^ activityType);
public static string GetToolboxDisplayName (Type activityType);
static member GetToolboxDisplayName : Type -> string
Public Shared Function GetToolboxDisplayName (activityType As Type) As String

パラメーター

activityType
Type

表示名を取得する対象の Activity の型。

戻り値

String

ツールボックス項目の表示名を表す文字列。

適用対象