Share via


GraphNode.IsContainedBy Method

True if the group is an ancestor of this node.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Function IsContainedBy ( _
    group As GraphGroup _
) As Boolean
public bool IsContainedBy(
    GraphGroup group
)
public:
bool IsContainedBy(
    GraphGroup^ group
)
member IsContainedBy : 
        group:GraphGroup -> bool
public function IsContainedBy(
    group : GraphGroup
) : boolean

Parameters

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

GraphNode Class

Microsoft.VisualStudio.GraphModel Namespace