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 架构生成的类型。

适用于