SharePointCommandAttribute 构造函数 (String)

用指定的命令 ID 初始化 SharePointCommandAttribute 类的新实例。

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

语法

声明
Public Sub New ( _
    commandId As String _
)
public SharePointCommandAttribute(
    string commandId
)

参数

  • commandId
    类型:System.String
    SharePoint 命令的 ID。该 ID 应当唯一,建议使用方法名称,前面加上方法的命名空间。

.NET Framework 安全性

请参见

参考

SharePointCommandAttribute 类

SharePointCommandAttribute 重载

Microsoft.VisualStudio.SharePoint.Commands 命名空间