SPUserResource constructor (String, SPResourceType)
初始化指定的名稱與資源類型為基礎的SPUserResource類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
name As String, _
type As SPResourceType _
)
'用途
Dim name As String
Dim type As SPResourceType
Dim instance As New SPUserResource(name, type)
public SPUserResource(
string name,
SPResourceType type
)
參數
name
Type: System.String會指定使用者資源名稱的字串。這個名稱必須以文數字字元開頭,而且不能 null 。
type
Type: Microsoft.SharePoint.SPResourceType會指定資源為單行文字或多行列舉值。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | name是 null 或空白。 |
ArgumentException | name參數的值不是以文數字字元開頭。 |