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
- elementType
Type: System.Type
- identifier
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.