 | AutomationMLContainerGetPartsByRelationShipType Method |
Returns an enumeration of all parts with the given relationship type from the package.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<PackagePart> GetPartsByRelationShipType(
AutomationMLContainerRelationshipType relationShipType
)
Public Function GetPartsByRelationShipType (
relationShipType As AutomationMLContainerRelationshipType
) As IEnumerable(Of PackagePart)
public:
IEnumerable<PackagePart^>^ GetPartsByRelationShipType(
AutomationMLContainerRelationshipType^ relationShipType
)
Parameters
- relationShipType AutomationMLContainerRelationshipType
-
The relationship type.
Return Value
IEnumerablePackagePart
IEnumerable<PackagePart>.
See Also