次の方法で共有


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
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.AppPrincipalManager
指定したWebオブジェクトのAppPrincipalManagerクラスの新しいインスタンス。

関連項目

参照先

AppPrincipalManager クラス

AppPrincipalManager メンバー

Microsoft.SharePoint.Client 名前空間