初始化SolutionItemButton对象的新实例。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
id As String, _
operation As String, _
text As String _
)
用法
Dim id As String
Dim operation As String
Dim text As String
Dim instance As New SolutionItemButton(id, operation, _
text)
public SolutionItemButton(
string id,
string operation,
string text
)
参数
- id
类型:System.String
- operation
类型:System.String
- text
类型:System.String