ModelSchema.GetInstantiatingElementClass Method
Returns the element metadata object that is used to instantiate the given type.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetInstantiatingElementClass ( _
interfaceType As Type _
) As ModelElementClass
public ModelElementClass GetInstantiatingElementClass(
Type interfaceType
)
public:
ModelElementClass^ GetInstantiatingElementClass(
Type^ interfaceType
)
member GetInstantiatingElementClass :
interfaceType:Type -> ModelElementClass
public function GetInstantiatingElementClass(
interfaceType : Type
) : ModelElementClass
Parameters
- interfaceType
Type: System.Type
An interface type.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
Returns an element metadata object.
.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.