Метод ModuleLink.GetResourceManifestInformation
Пространство имен: Microsoft.SharePoint.WebControls
Сборки: 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 Shared Function GetResourceManifestInformation ( _
context As ClientRuntimeContext, _
web As Web, _
manifestName As String _
) As ResourceManifestInformation
'Применение
Dim context As ClientRuntimeContext
Dim web As Web
Dim manifestName As String
Dim returnValue As ResourceManifestInformation
returnValue = ModuleLink.GetResourceManifestInformation(context, _
web, manifestName)
public static ResourceManifestInformation GetResourceManifestInformation(
ClientRuntimeContext context,
Web web,
string manifestName
)
Параметры
- context
Тип: Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Тип: Microsoft.SharePoint.Client.Web
- manifestName
Тип: System.String
Возвращаемое значение
Тип: Microsoft.SharePoint.WebControls.ResourceManifestInformation