ModelStore.CreateNamedElement<TElement> Method

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function CreateNamedElement(Of TElement As IModelElement) ( _
    identifier As ModelStore..::..Identifier _
) As TElement
'Usage
Dim instance As ModelStore
Dim identifier As ModelStore..::..Identifier
Dim returnValue As TElement

returnValue = instance.CreateNamedElement(identifier)
public TElement CreateNamedElement<TElement>(
    ModelStore..::..Identifier identifier
)
where TElement : IModelElement
public:
generic<typename TElement>
where TElement : IModelElement
TElement CreateNamedElement(
    ModelStore..::..Identifier^ identifier
)
JScript does not support generic types or methods.
member CreateNamedElement : 
        identifier:ModelStore..::..Identifier -> 'TElement  when 'TElement : IModelElement

Type Parameters

  • TElement

Parameters

Return Value

Type: TElement

.NET Framework Security

See Also

Reference

ModelStore Class

ModelStore Members

Microsoft.Data.Schema.SchemaModel Namespace