WizardDesigner.ConvertToTemplate(String, IComponent, String, String[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントロールの選択を、関連付けられているコントロールのテンプレートに変換します。
protected:
void ConvertToTemplate(System::String ^ description, System::ComponentModel::IComponent ^ component, System::String ^ templateName, cli::array <System::String ^> ^ keys);
protected void ConvertToTemplate(string description, System.ComponentModel.IComponent component, string templateName, string[] keys);
member this.ConvertToTemplate : string * System.ComponentModel.IComponent * string * string[] -> unit
Protected Sub ConvertToTemplate (description As String, component As IComponent, templateName As String, keys As String())
パラメーター
- description
- String
トランザクションの完了を許可する効果の説明。これは、ユーザーに操作を取り消す機会を与えるためにデザイン ホストによって使用されます。
- component
- IComponent
このデザイナーに関連付けられているウィザード コントロール。
- templateName
- String
変換するテンプレートの名前。
- keys
- String[]
テンプレートに含めるコントロールの ID の配列。