Workspace.PendPropertyChange Method (String, PropertyValue)

Pends changes on the passed in path giving it the passed in properties.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function PendPropertyChange ( _
    path As String, _
    property As PropertyValue _
) As Integer
public int PendPropertyChange(
    string path,
    PropertyValue property
)
public:
int PendPropertyChange(
    String^ path, 
    PropertyValue^ property
)
member PendPropertyChange : 
        path:string * 
        property:PropertyValue -> int
public function PendPropertyChange(
    path : String, 
    property : PropertyValue
) : int

Parameters

  • path
    Type: System.String

    The path to pend the property changes on.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

Workspace Class

PendPropertyChange Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace