Share via


ModelSchema.FindAnnotationClass Method (Type)

Returns the annotation metadata object that is associated with an annotation of the given type.

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

Syntax

'Declaration
Public Function FindAnnotationClass ( _
    type As Type _
) As ModelAnnotationClass
public ModelAnnotationClass FindAnnotationClass(
    Type type
)
public:
ModelAnnotationClass^ FindAnnotationClass(
    Type^ type
)
member FindAnnotationClass : 
        type:Type -> ModelAnnotationClass 
public function FindAnnotationClass(
    type : Type
) : ModelAnnotationClass

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Returns the requested annotation metadata object.

.NET Framework Security

See Also

Reference

ModelSchema Class

FindAnnotationClass Overload

Microsoft.Data.Schema.SchemaModel Namespace

ModelAnnotationClass