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
类型:Microsoft.VisualStudio.Shell.Design.AttributeScope
从 AttributeScope 枚举的值。
- scopeData
类型:System.Object
数据与属性的范围。
备注
此构造函数检查 scope 值为 scopeData 值是有效的。如果 scope 是 Global, scopeData 必须是 nullnull 引用(在 Visual Basic 中为 Nothing)。如果 scope 是 Language, scopeData 必须是字符串值 (指示语言的名称)。如果 scope 是 File, scopeData 必须是开头的字符串 “”。 (指示文件扩展名)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。