共用方式為


AceExtendedInformation 建構函式 (Int32, Int32, Int32, Int32)

建立會使用指定的資訊建立新的 AceExtendedInformation 物件。

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
Public Sub New ( _
    inheritedAllow As Integer, _
    inheritedDeny As Integer, _
    effectiveAllow As Integer, _
    effectiveDeny As Integer _
)
public AceExtendedInformation(
    int inheritedAllow,
    int inheritedDeny,
    int effectiveAllow,
    int effectiveDeny
)

參數

  • inheritedAllow
    類型:System.Int32
    繼承自接收的 [allow] 位元。
  • inheritedDeny
    類型:System.Int32
    繼承自接收的 [deny] 位元。
  • effectiveAllow
    類型:System.Int32
    有效的 [allow] 位元。
  • effectiveDeny
    類型:System.Int32
    有效的 [deny] 位元。

.NET Framework 安全性

請參閱

參考

AceExtendedInformation 類別

AceExtendedInformation 多載

Microsoft.TeamFoundation.Framework.Server 命名空間