Previous Topic: GetParentPackageName Method

Next Topic: GetParentMappedVer Method


GetParentStateName Method

Gets the parent state name of the merge-tagged item.

Syntax

object.GetParentStateName()

Owning Class

CaWInteractiveMerge

Arguments

None

Return Value

A string that represents the parent state name.

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
strRet = objInteractiveMerge.GetParentStateName()

More information: