Northwoods.GoSilverlight 1.2.2 Assembly
IsContainedBy(Part) Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : IsContainedBy(Part) Method

part
This predicate is true if this part is a member of the given part.

Syntax

Visual Basic (Declaration) 
Public Function IsContainedBy( _
   ByVal part As Part _
) As Boolean
C# 
public bool IsContainedBy( 
   Part part
)

Parameters

part

Remarks

If this part is a member of a group, this predicate is true if the group is the same as part. Otherwise see if the group is contained by part. If this part is a label for a link, see if the link is contained by part. A part cannot be contained by itself.

Requirements

See Also

© 2010 All Rights Reserved.