| C1.Silverlight.Uploader Namespace > UploadFilePartPackage Class : Find Method |
'Declaration<__DynamicallyInvokableAttribute()> Public Function Find( _ ByVal match As System.Predicate(Of UploadFilePartInfo) _ ) As UploadFilePartInfo
'UsageDim instance As UploadFilePartPackage Dim match As System.Predicate(Of UploadFilePartInfo) Dim value As UploadFilePartInfo value = instance.Find(match)
[__DynamicallyInvokable()] public UploadFilePartInfo Find( System.Predicate<UploadFilePartInfo> match )
public function Find( match: System.Predicate ): UploadFilePartInfo;
__DynamicallyInvokableAttribute() public function Find( match : System.Predicate ) : UploadFilePartInfo;
[__DynamicallyInvokable()] public: UploadFilePartInfo* Find( System.Predicate<UploadFilePartInfo*>* match )
[__DynamicallyInvokable()] public: UploadFilePartInfo^ Find( System.Predicate<UploadFilePartInfo^>^ match )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2