Share via


ModelStore.CreateNamedElement Method (Type, ModelStore.Identifier)

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

Syntax

'Declaration
Public Function CreateNamedElement ( _
    elementType As Type, _
    identifier As ModelStore..::..Identifier _
) As IModelElement
'Usage
Dim instance As ModelStore
Dim elementType As Type
Dim identifier As ModelStore..::..Identifier
Dim returnValue As IModelElement

returnValue = instance.CreateNamedElement(elementType, _
    identifier)
public IModelElement CreateNamedElement(
    Type elementType,
    ModelStore..::..Identifier identifier
)
public:
IModelElement^ CreateNamedElement(
    Type^ elementType, 
    ModelStore..::..Identifier^ identifier
)
public function CreateNamedElement(
    elementType : Type, 
    identifier : ModelStore..::..Identifier
) : IModelElement
member CreateNamedElement : 
        elementType:Type * 
        identifier:ModelStore..::..Identifier -> IModelElement 

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement

.NET Framework Security

See Also

Reference

ModelStore Class

ModelStore Members

CreateNamedElement Overload

Microsoft.Data.Schema.SchemaModel Namespace