ISharePointProjectMember.IsExpanded Property

Definition

Gets or sets whether that node is expanded in Solution Explorer.

public:
 property bool IsExpanded { bool get(); void set(bool value); };
public bool IsExpanded { get; set; }
member this.IsExpanded : bool with get, set
Public Property IsExpanded As Boolean

Property Value

A Boolean value representing whether the node is expanded.

Applies to