之前当前作用域中输入了一个范围。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.String作用域的名称。
返回值
类型:System.Boolean
Boolean 值 = true (如果以前输入给定的范围。