Previous Topic: LPCTSTR GetFromStateName(void)

Next Topic: LPCTSTR GetPlacement(void)


LPCTSTR GetMergeRule(void)

Gets Rule for how to merge the versions of files in the packages.

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

Owning Class

CaCrossPackageMerge

Arguments

None

Return Value

LPCTSTR szRule-the rule value

Example

CaCrossProjectMerge& xprojmrg = rContext.GetCrossProjectMerge(); LPCTSTR szMergeRule = xprojmrg.GetMergeRule();

More information: