Workspace.PendPropertyChange 方法 (String, array<PropertyValue[], RecursionType, LockLevel)

在傳遞至的 Pends 因其路徑可以在屬性中。

請注意,屬性變更與伺服器上現有的屬性合併。 若要刪除現有的屬性將在必須有名稱和空值的屬性。

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

語法

'宣告
Public Function PendPropertyChange ( _
    path As String, _
    properties As PropertyValue(), _
    recursion As RecursionType, _
    lockLevel As LockLevel _
) As Integer
public int PendPropertyChange(
    string path,
    PropertyValue[] properties,
    RecursionType recursion,
    LockLevel lockLevel
)

參數

傳回值

類型:System.Int32
簽出的檔案數目。

.NET Framework 安全性

請參閱

參考

Workspace 類別

PendPropertyChange 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間