SearchControlAutomationPeer.IExpandCollapseProvider.ExpandCollapseState Property
Gets or sets the ExpandCollapseState attribute.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: ExpandCollapseState
Returns the ExpandCollapseState attribute.
Implements
IExpandCollapseProvider.ExpandCollapseState
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.