WeakCollection<T>.Find Method
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public Function Find ( _
match As Predicate(Of T) _
) As T
'Utilizzo
Dim instance As WeakCollection
Dim match As Predicate(Of T)
Dim returnValue As T
returnValue = instance.Find(match)
public T Find(
Predicate<T> match
)
public:
T Find(
Predicate<T>^ match
)
member Find :
match:Predicate<'T> -> 'T
public function Find(
match : Predicate<T>
) : T
Parameters
- match
Type: System.Predicate<T>
Return Value
Type: T
.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.