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
)
參數
- manifestName
類型:System.String
傳回值
類型:Microsoft.SharePoint.WebControls.ResourceManifestInformation