Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Registers the specified element.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected Sub RegisterElement ( _
element As IEdmSchemaElement _
)
'Usage
Dim element As IEdmSchemaElement
Me.RegisterElement(element)
protected void RegisterElement(
IEdmSchemaElement element
)
protected:
void RegisterElement(
IEdmSchemaElement^ element
)
member RegisterElement :
element:IEdmSchemaElement -> unit
protected function RegisterElement(
element : IEdmSchemaElement
)
Parameters
- element
Type: Microsoft.Data.Edm.IEdmSchemaElement
The element to register.