SPResourceBudget.PreviouslyEnteredScope method
目前的範圍之前輸入的範圍。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overridable Function PreviouslyEnteredScope ( _
scopeName As String _
) As Boolean
'用途
Dim scopeName As String
Dim returnValue As Boolean
returnValue = Me.PreviouslyEnteredScope(scopeName)
protected virtual bool PreviouslyEnteredScope(
string scopeName
)
參數
scopeName
Type: System.String領域的名稱。
傳回值
Type: System.Boolean
Boolean 值 = true,如果先前輸入指定的範圍。