다음을 통해 공유


IExtendedUIService.GetXsdProjectItemsInfo 메서드

정의

워크플로 프로젝트에 추가된 XSD 스키마에 대해 생성된 형식을 반환합니다.

public:
 System::Collections::Generic::Dictionary<System::String ^, Type ^> ^ GetXsdProjectItemsInfo();
public System.Collections.Generic.Dictionary<string,Type> GetXsdProjectItemsInfo ();
abstract member GetXsdProjectItemsInfo : unit -> System.Collections.Generic.Dictionary<string, Type>
Public Function GetXsdProjectItemsInfo () As Dictionary(Of String, Type)

반환

Dictionary<String,Type>

워크플로 프로젝트에 추가된 XSD 스키마에 대해 생성된 형식입니다.

적용 대상