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 키를 반환할 A입니다.

반품

에 지정된 서비스의 WorkflowRuntimeServiceElement 어셈블리 정규화된 settings형식 이름입니다.

설명

settings 를 지정 WorkflowRuntimeServiceElement해야 합니다. WorkflowRuntimeServiceElement.Type for settings 가 반환됩니다. 이 속성은 에 지정된 서비스의 어셈블리 정규화된 형식 이름을 보유합니다 WorkflowRuntimeServiceElement.

적용 대상