LEADTOOLS Medical (Leadtools.Medical.Caching assembly)
LEAD Technologies, Inc

Contains Method (IStorageProvider)






A System.String that identifies the item to check for.
Determines whether the user store contains an item with the specified Id .
Syntax
bool Contains( 
   string Id
)
'Declaration
 
Function Contains( _
   ByVal Id As String _
) As Boolean
'Usage
 
Dim instance As IStorageProvider
Dim Id As String
Dim value As Boolean
 
value = instance.Contains(Id)
bool Contains( 
   string Id
)
function Leadtools.Medical.Caching.Storage.IStorageProvider.Contains( 
   Id 
)
bool Contains( 
   String^ Id
) 

Parameters

Id
A System.String that identifies the item to check for.

Return Value

true if the item is found in the user store ; otherwise, false.
Requirements

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

See Also

Reference

IStorageProvider Interface
IStorageProvider Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.