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)

返品

ワークフロー プロジェクトに追加される XSD スキーマに対して生成される型。

適用対象