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のサービスのアセンブリ修飾型名。

注釈

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

適用対象