Freigeben über


Web.GetAppInstanceById-Methode

Retrieves an AppInstance installed on this site.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetAppInstanceById ( _
    appInstanceId As Guid _
) As AppInstance
'Usage
Dim instance As Web
Dim appInstanceId As Guid
Dim returnValue As AppInstance

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

Parameter

  • appInstanceId
    Typ: System.Guid

    Application instance identifier.

Rückgabewert

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

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace