No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
PluginDescribeResult.OutputParameter クラス
Process.PluginResult の出力パラメータを説明します。
名前空間
PluginDescribeResult.OutputParameter コンストラクタ
PluginDescribeResult.OutputParameter のコンストラクタは次のとおりで���。
PluginDescribeResult.OutputParameter(String, String, Process.PluginDescribeResult.ParameterType)
指定された名前、説明、およびパラメータ種別を使用して、Process.PluginDescribeResult.OutputParameter クラスの新しいインスタンスを作成します。
署名
public PluginDescribeResult.OutputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType)
PluginDescribeResult.OutputParameter(String, Process.PluginDescribeResult.ParameterType)
指定された名前、説明、およびパラメータ種別を使用して、Process.PluginDescribeResult.OutputParameter クラスの新しいインスタンスを作成します。
署名
public PluginDescribeResult.OutputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType)
パラメータ
- name
- 型: String
- プラグインの一意の名前。
- parameterType
- 型: Process.PluginDescribeResult.ParameterType
- 入力パラメータのデータ型。
PluginDescribeResult.OutputParameter プロパティ
PluginDescribeResult.OutputParameter のプロパティは次のとおりです。
Description
この省略可能な項目では、プラグインの目的を説明します。
署名
public String Description {get; set;}
プロパティ値
型: String
使用方法
サイズは最大 255 文字です。
ParameterType
入力パラメータのデータ型。
署名
public Process.PluginDescribeResult.ParameterType ParameterType {get; set;}
プロパティ値
型: Process.PluginDescribeResult.ParameterType