Previous Topic: void SetMergeRule(LPCTSTR szRule)

Next Topic: void SetVersionDescription(LPCTSTR szDescription)


void SetPlacement(LPCTSTR szPlacement)

Sets Rule for how the merged version appears in the destination state.

Note: The following are the allowable values for the Placement. They are defined in an include file built into the project.

Owning Class

CaCrossPackageMerge

Arguments

LPCTSTR szRule-the rule value

Return Value

None

Example

CaCrossProjectMerge& xprojmrg = rContext.GetCrossProjectMerge(); xprojmrg.SetPlacement(“MERGE_OPTION_TRUNK_ONLY”);

More information: