WorkflowRuntimeServiceElementCollection.GetElementKey メソッド

定義

指定した WorkflowRuntimeServiceElement のキーを返します。

protected:
 override System::Object ^ GetElementKey(System::Configuration::ConfigurationElement ^ settings);
protected override object GetElementKey (System.Configuration.ConfigurationElement settings);
override this.GetElementKey : System.Configuration.ConfigurationElement -> obj
Protected Overrides Function GetElementKey (settings As ConfigurationElement) As Object

パラメーター

settings
ConfigurationElement

キーを返す対象の ConfigurationElement

戻り値

WorkflowRuntimeServiceElement で指定された settings のサービスのアセンブリ修飾型名。

注釈

settings は、WorkflowRuntimeServiceElement を指定する必要があります。 WorkflowRuntimeServiceElement.Typesettings が返されます。 このプロパティは、WorkflowRuntimeServiceElement で指定されたサービスのアセンブリ修飾型名を保持します。

適用対象