共用方式為


VersionedItemPermissions 列舉型別

定義資料庫的使用權限位元遮罩用來用來 tblPermission.GrantedPermission 和 tblPermission.RevokedPermission (檔案/資料夾) 的已建立版本的項目

這個列舉型別的 FlagsAttribute 屬性允許將其成員值以位元組合的方式來使用。

命名空間:  Microsoft.TeamFoundation.VersionControl.Common
組件:  Microsoft.TeamFoundation.VersionControl.Common (在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)

語法

'宣告
<FlagsAttribute> _
Public Enumeration VersionedItemPermissions
[FlagsAttribute]
public enum VersionedItemPermissions

成員

成員名稱 說明
AdminProjectRights
Checkin
CheckinOther
Label
LabelOther
Lock
ManageBranch 判斷指定的使用者是否具有使用權限管理分支物件。 包含下列作業:建立分支物件,更新分支物件中繼資料,終結分支物件。 請注意這個使用權限不適用於一般分支。
Merge 判斷指定的使用者是否具有使用權限執行合併作業。
PendChange
Read
ReviseOther
UndoOther
UnlockOther

請參閱

參考

Microsoft.TeamFoundation.VersionControl.Common 命名空間