Site.OpenWebById メソッド
Returns the site with the specified GUID.
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Function OpenWebById ( _
gWebId As Guid _
) As Web
'使用
Dim instance As Site
Dim gWebId As Guid
Dim returnValue As Web
returnValue = instance.OpenWebById(gWebId)
public Web OpenWebById(
Guid gWebId
)
パラメーター
gWebId
型: System.GuidA GUID that specifies which site to return.
戻り値
型: Microsoft.SharePoint.Client.Web
Returns a Web.instance representing the site with the specified GUID.