Comparteix a través de


IExtendedUIService.GetXsdProjectItemsInfo Método

Definición

Devuelve los tipos que se generan para el esquema XSD que se agrega al proyecto de flujo de trabajo.

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)

Devoluciones

Dictionary<String,Type>

Los tipos que se generan para el esquema XSD que se agrega al proyecto de flujo de trabajo.

Se aplica a