GraphLink::IsChildLink Property

 

Returns true if the source of the link is a group, the target of this link is a child of that group, and this link has IsContainment=true.

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

public:
property bool IsChildLink {
	bool get();
}

Property Value

Type: System::Boolean
Return to top
Show: