Metodo ModelStore.CreateElement (Type)
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function CreateElement ( _
elementType As Type _
) As IModelElement
public IModelElement CreateElement(
Type elementType
)
public:
IModelElement^ CreateElement(
Type^ elementType
)
member CreateElement :
elementType:Type -> IModelElement
public function CreateElement(
elementType : Type
) : IModelElement
Parametri
- elementType
Tipo: System.Type
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.