Previous Topic: LPCTSTR GetMergeRule(void)

Next Topic: LPCTSTR GetVersionDescription(void)


LPCTSTR GetPlacement(void)

Gets 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

None

Return Value

LPCTSTR szRule-the rule value

Example

CaCrossProjectMerge& xprojmrg = rContext.GetCrossProjectMerge(); LPCTSTR szPlacement = xprojmrg.GetPlacement();

More information: