Web.GetAppInstancesByProductId-Methode
Retrieves all AppInstance objects installed on this site that are instances of the specified App.
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 GetAppInstancesByProductId ( _
productId As Guid _
) As ClientObjectList(Of AppInstance)
'Usage
Dim instance As Web
Dim productId As Guid
Dim returnValue As ClientObjectList(Of AppInstance)
returnValue = instance.GetAppInstancesByProductId(productId)
public ClientObjectList<AppInstance> GetAppInstancesByProductId(
Guid productId
)
Parameter
productId
Typ: System.GuidThe app product identifier of the specified application.
Rückgabewert
Typ: Microsoft.SharePoint.Client.ClientObjectList<AppInstance>
Application instance objects installed on this site that are instances of the specified App.