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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
SupportedElementTypeAttribute Classe