Edit

Share via


IExtendedUIService.GetXsdProjectItemsInfo Method

Definition

Returns the types that are generated for the XSD schema that is added to the workflow project.

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)

Returns

The types that are generated for the XSD schema that is added to the workflow project.

Applies to