[This is preliminary documentation and is subject to change.]

Namespace: Tools.CollectionsT.GenericT
Assembly: 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

ExceptionCondition
System..::..NotSupportedExceptionalways

See Also

Collapse/expand Version History

1.5.2