Поделиться через


Метод 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