Condividi tramite


Metodo ModelStore.CreateElement<TElement>

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Function CreateElement(Of TElement As IModelElement) As TElement
public TElement CreateElement<TElement>()
where TElement : IModelElement
public:
generic<typename TElement>
where TElement : IModelElement
TElement CreateElement()
member CreateElement : unit -> 'TElement  when 'TElement : IModelElement
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

  • TElement

Valore restituito

Tipo: TElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload CreateElement

Spazio dei nomi Microsoft.Data.Schema.SchemaModel