ProvideToolboxFormatAttribute 构造函数
初始化 ProvideToolboxFormatAttribute 新实例所指定的格式。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public Sub New ( _
format As String _
)
public ProvideToolboxFormatAttribute(
string format
)
参数
- format
类型:System.String
一个支持的布局的名称。
异常
异常 | 条件 |
---|---|
ArgumentNullException | 引发,如果 format 参数为空。 |
示例
在属性下面的示例中应用于 MyPackage 指示的类包支持具有两个剪贴板格式 工具箱 项目的版本 1:“CF_XMLCODE”和 “InPlaceMenuEditorMenu”。
[DefaultRegistryRoot("Software\\Microsoft\\VisualStudio\\8.0")]
[ProvideToolboxItems(true, 1)]
[ProvideToolboxFormat("CF_XMLCODE")]
[ProvideToolboxFormat("InPlaceMenuEditorMenu")]
[Guid("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")]
internal sealed class MyPackage : Package
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
ProvideToolboxFormatAttribute 类
Microsoft.VisualStudio.Shell 命名空间