Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe path to pend the property changes on.
property
Type: Microsoft.TeamFoundation.Framework.Client.PropertyValueThe property of this object.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.