Поделиться через


SupportedElementTypeAttribute Constructor

Creates a new instance of the SupportedElementTypeAttribute class by using the supplied Type.

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

Syntax

'Declaration
Public Sub New ( _
    elementType As Type _
)
public SupportedElementTypeAttribute(
    Type elementType
)
public:
SupportedElementTypeAttribute(
    Type^ elementType
)
new : 
        elementType:Type -> SupportedElementTypeAttribute
public function SupportedElementTypeAttribute(
    elementType : Type
)

Parameters

  • elementType
    Type: System.Type
    A Type for a type of element to be examined.

.NET Framework Security

See Also

Reference

SupportedElementTypeAttribute Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

IModelElement