Web.GetAppInstanceById 方法

Retrieves an AppInstance installed on this site.

命名空间:  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 GetAppInstanceById ( _
    appInstanceId As Guid _
) As AppInstance
用法
Dim instance As Web
Dim appInstanceId As Guid
Dim returnValue As AppInstance

returnValue = instance.GetAppInstanceById(appInstanceId)
public AppInstance GetAppInstanceById(
    Guid appInstanceId
)

参数

  • appInstanceId
    类型:System.Guid

    Application instance identifier.

返回值

类型:Microsoft.SharePoint.Client.AppInstance
An application instance installed on this site.

另请参阅

引用

Web 类

Web 成员

Microsoft.SharePoint.Client 命名空间