Partager via


Workspace.PendPropertyChange, méthode (array<String[], PropertyValue, RecursionType, LockLevel)

Pends change sur passé dans les chemins d'accès donnant à chacun d'eux passé dans la propriété.

Notez, modifications de propriété sont fusionnées avec les propriétés existantes sur le serveur. Pour supprimer une propriété existante passez une propriété qui a le nom désiré et une valeur Null.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Client
Assembly :  Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Déclaration
Public Function PendPropertyChange ( _
    paths As String(), _
    property As PropertyValue, _
    recursion As RecursionType, _
    lockLevel As LockLevel _
) As Integer
public int PendPropertyChange(
    string[] paths,
    PropertyValue property,
    RecursionType recursion,
    LockLevel lockLevel
)

Paramètres

  • paths
    Type : array<System.String[]
    Les chemins d'accès à la PEND que la propriété change en fonction.

Valeur de retour

Type : System.Int32
Le nombre de fichiers extraits

Sécurité .NET Framework

Voir aussi

Référence

Workspace Classe

PendPropertyChange, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms