ProvideViewAdapterAttribute 构造函数 (Type, AttributeScope, Object)

初始化新指定的基类型和范围的。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Sub New ( _
    baseType As Type, _
    scope As AttributeScope, _
    scopeData As Object _
)
public ProvideViewAdapterAttribute(
    Type baseType,
    AttributeScope scope,
    Object scopeData
)

参数

  • baseType
    类型:System.Type
    类型此视图 " 适配器如果处理。

备注

此构造函数检查 scope 值为 scopeData 值是有效的。如果 scope 是 Global, scopeData 必须是 nullnull 引用(在 Visual Basic 中为 Nothing)。如果 scope 是 Language, scopeData 必须是字符串值 (指示语言的名称)。如果 scope 是 File, scopeData 必须是开头的字符串 “”。 (指示文件扩展名)。

.NET Framework 安全性

请参见

参考

ProvideViewAdapterAttribute 类

ProvideViewAdapterAttribute 重载

Microsoft.VisualStudio.Shell.Design 命名空间