AppPrincipalManager.GetManager 方法
建立新的執行個體的AppPrincipalManager課程。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Shared Function GetManager ( _
context As ClientRuntimeContext, _
web As Web _
) As AppPrincipalManager
'用途
Dim context As ClientRuntimeContext
Dim web As Web
Dim returnValue As AppPrincipalManager
returnValue = AppPrincipalManager.GetManager(context, _
web)
public static AppPrincipalManager GetManager(
ClientRuntimeContext context,
Web web
)
參數
context
類型:Microsoft.SharePoint.Client.ClientRuntimeContext執行階段內容。
web
類型:Microsoft.SharePoint.Client.Web管理應用程式原則的所需內容物件。
傳回值
類型:Microsoft.SharePoint.Client.AppPrincipalManager
新類別的執行個體AppPrincipalManager指定的Web物件。