共用方式為


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 命名空間