AppPermissions.ValidatePermForScope 方法

验证指定的类型的应用程序的权限为指定的类型作用域的有效。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Shared Sub ValidatePermForScope ( _
    appPermissionType As AppPermissions.Scope, _
    permKind As Integer _
)
用法
Dim appPermissionType As AppPermissions.Scope
Dim permKind As IntegerAppPermissions.ValidatePermForScope(appPermissionType, _
    permKind)
public static void ValidatePermForScope(
    AppPermissions.Scope appPermissionType,
    int permKind
)

参数

  • permKind
    类型:System.Int32

    一个整数,表示一种类型的权限。

另请参阅

引用

AppPermissions 类

AppPermissions 成员

Microsoft.Office.Project.Server.Library 命名空间