Construtor SupportedElementTypeAttribute

Cria uma nova instância de SupportedElementTypeAttribute classe usando o fornecido Type.

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

Sintaxe

'Declaração
Public Sub New ( _
    elementType As Type _
)
public SupportedElementTypeAttribute(
    Type elementType
)
public:
SupportedElementTypeAttribute(
    Type^ elementType
)
new : 
        elementType:Type -> SupportedElementTypeAttribute
public function SupportedElementTypeAttribute(
    elementType : Type
)

Parâmetros

  • elementType
    Tipo: System.Type
    A Type para um tipo de elemento a ser examinado.

Segurança do .NET Framework

Consulte também

Referência

SupportedElementTypeAttribute Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis

IModelElement