[This is preliminary documentation and is subject to change.]
Throws NotSupportedException
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 int Find( PropertyDescriptor property, Object key ) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Protected Overrides NotOverridable Function Find ( _ property As PropertyDescriptor, _ key As Object _ ) As Integer |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] protected: virtual int Find( PropertyDescriptor^ property, Object^ key ) override sealed |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract Find : property:PropertyDescriptor * key:Object -> int [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override Find : property:PropertyDescriptor * key:Object -> int |
| JScript |
|---|
protected override final function Find( property : PropertyDescriptor, key : Object ) : int |
Parameters
- property
- Type: System.ComponentModel..::..PropertyDescriptor
Ignored
- key
- Type: System..::..Object
Ignored
Return Value
This function never returns value
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | always |
See Also
Version History
1.5.2
- Access changed from private to protected. EditorBrowsableAttribute added.