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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SupportedElementTypeAttribute Class