InstantiateElementCallback<TElement> Delegate
Represents the Type and method to be called to instantiate the element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Delegate Function InstantiateElementCallback(Of TElement As ModelElement) As TElement
public delegate TElement InstantiateElementCallback<TElement>()
where TElement : ModelElement
generic<typename TElement>
where TElement : ModelElement
public delegate TElement InstantiateElementCallback()
type InstantiateElementCallback =
delegate of unit -> 'TElement
JScript does not support generic types or methods.
Type Parameters
- TElement
A Type that inherits from ModelElement.
Return Value
Type: TElement
An instantiated object of the specified Type.