SupportedElementTypeAttribute-Konstruktor

Erstellt eine neue Instanz der SupportedElementTypeAttribute-Klasse mit dem angegebenen 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
)

Parameter

  • elementType
    Typ: System.Type
    Ein Type-Objekt für den zu überprüfenden Elementtyp.

.NET Framework-Sicherheit

Siehe auch

Referenz

SupportedElementTypeAttribute Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace

IModelElement