_ExternalApplication2.NewFromSolutionWithInputParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したフォーム テンプレートと入力パラメーターを使用して、新しいフォームを作成します。
public:
void NewFromSolutionWithInputParameters(System::String ^ bstrSolutionURI, System::String ^ bstrInputParameters);
public void NewFromSolutionWithInputParameters(string bstrSolutionURI, string bstrInputParameters);
abstract member NewFromSolutionWithInputParameters : string * string -> unit
Public Sub NewFromSolutionWithInputParameters (bstrSolutionURI As String, bstrInputParameters As String)
パラメーター
- bstrSolutionURI
- String
新しいフォームの基になるフォーム テンプレートの URI (Uniform Resource Identifier)。
- bstrInputParameters
- String
アンパサンド (&) 文字で区切られた 1 つ以上の名前/値ペア。
注釈
パラメーターに渡される入力パラメーターをbstrInputParameters使用するには、パラメーターで指定されたフォームにbstrSolutionURI、 クラスの プロパティをOnLoadInputParameters使用して入力パラメーター値を_XDocument4取得し、それらの値で何かを行うイベント ハンドラーが含まれている必要があります。 これを行う方法の例については、プロパティのトピックを InputParameters 参照してください。