[This is preliminary documentation and is subject to change.]
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] protected override sealed bool SupportsSearching { get; } |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Protected Overrides NotOverridable ReadOnly Property SupportsSearching As Boolean Get |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] protected: virtual property bool SupportsSearching { bool get () override sealed; } |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract SupportsSearching : bool [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override SupportsSearching : bool |
| JScript |
|---|
override final function get SupportsSearching () : boolean |
Return Value
false
See Also
Version History
1.5.2
- Access changed from private to protected. EditorBrowsableAttribute added.