SPSitePipeBind.Read 方法 (Boolean)

读取一个SPSitePipeBind对象,并返回一个对象,表示位于指定 URL 的子站点。

命名空间:  Microsoft.SharePoint.PowerShell
程序集:  Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)

语法

声明
Public Function Read ( _
    exactUrl As Boolean _
) As SPSite
用法
Dim instance As SPSitePipeBind
Dim exactUrl As Boolean
Dim returnValue As SPSite

returnValue = instance.Read(exactUrl)
public SPSite Read(
    bool exactUrl
)

参数

  • exactUrl
    类型:System.Boolean

    正确的 URL 的 Web 站点的读取。

返回值

类型:Microsoft.SharePoint.SPSite
一个对象,表示子网站。

另请参阅

引用

SPSitePipeBind 类

SPSitePipeBind 成员

Read 重载

Microsoft.SharePoint.PowerShell 命名空间