Share via


SearchControlAutomationPeer.IExpandCollapseProvider.ExpandCollapseState Property

Gets or sets the ExpandCollapseState attribute.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Private ReadOnly Property ExpandCollapseState As ExpandCollapseState 
    Implements IExpandCollapseProvider.ExpandCollapseState
ExpandCollapseState IExpandCollapseProvider.ExpandCollapseState { get; }
private:
virtual property ExpandCollapseState ExpandCollapseState {
    ExpandCollapseState get () sealed = IExpandCollapseProvider::ExpandCollapseState::get;
}
private abstract ExpandCollapseState : ExpandCollapseState with get 
private override ExpandCollapseState : ExpandCollapseState with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Windows.Automation.ExpandCollapseState
Returns the ExpandCollapseState attribute.

Implements

IExpandCollapseProvider.ExpandCollapseState

.NET Framework Security

See Also

Reference

SearchControlAutomationPeer Class

Microsoft.VisualStudio.PlatformUI Namespace