次の方法で共有


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 スキーマ用に生成された型。

適用対象