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.
Generates the properties merge summary. Returns null if there is no property conflict.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function MergeProperties ( _
workspace As Workspace _
) As PropertiesMergeSummary
public PropertiesMergeSummary MergeProperties(
Workspace workspace
)
public:
PropertiesMergeSummary^ MergeProperties(
Workspace^ workspace
)
member MergeProperties :
workspace:Workspace -> PropertiesMergeSummary
public function MergeProperties(
workspace : Workspace
) : PropertiesMergeSummary
Parameters
workspace
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceThe workspace.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.PropertiesMergeSummary
The properties merge summary.
.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.