WorkflowRuntimeServiceElementCollection.CreateNewElement メソッド

定義

新しい ConfigurationElement を作成します。

protected:
 override System::Configuration::ConfigurationElement ^ CreateNewElement();
protected override System.Configuration.ConfigurationElement CreateNewElement ();
override this.CreateNewElement : unit -> System.Configuration.ConfigurationElement
Protected Overrides Function CreateNewElement () As ConfigurationElement

戻り値

ConfigurationElement

空の ConfigurationElement

注釈

空の WorkflowRuntimeServiceElement が作成されて返されます。

適用対象