ISharePointProjectMember.CollapseChildItems Method

Definition

Ensures that all child items of this ISharePointProjectMember are collapsed in Solution Explorer.

public:
 void CollapseChildItems();
public void CollapseChildItems ();
abstract member CollapseChildItems : unit -> unit
Public Sub CollapseChildItems ()

Remarks

This method iterates through all child items of this ISharePointProjectMember instance in Solution Explorer and sets their IsExpanded property to false.

This method does not change value of the IsExpanded property for this ISharePointProjectMember instance.

Applies to