ISharePointProjectMember.CollapseChildItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.