SupportedElementTypeAttribute 构造函数

使用所提供的 Type 创建 SupportedElementTypeAttribute 类的新实例。

命名空间:  Microsoft.Data.Schema.StaticCodeAnalysis
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

SupportedElementTypeAttribute 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间

IModelElement