ArcFM Responder Mobile Developer Guide
QueryAtDepth Method






Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function QueryAtDepth( _
   ByVal source As ID8List, _
   ByVal queryExpression As System.Func(Of ID8ListItem,Boolean), _
   ByVal searchDepth As System.Integer _
) As System.Collections.Generic.IEnumerable(Of ID8ListItem)
'Usage
 
Dim source As ID8List
Dim queryExpression As System.Func(Of ID8ListItem,Boolean)
Dim searchDepth As System.Integer
Dim value As System.Collections.Generic.IEnumerable(Of ID8ListItem)
 
value = D8ListQueryExtensions.QueryAtDepth(source, queryExpression, searchDepth)
[System.Runtime.CompilerServices.Extension()]
public static System.Collections.Generic.IEnumerable<ID8ListItem> QueryAtDepth( 
   ID8List source,
   System.Func<ID8ListItem,bool> queryExpression,
   System.int searchDepth
)
public function QueryAtDepth( 
    source: ID8List;
    queryExpression: System.Func;
    searchDepth: System.Integer
): System.Collections.Generic.IEnumerable; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function QueryAtDepth( 
   source : ID8List,
   queryExpression : System.Func,
   searchDepth : System.int
) : System.Collections.Generic.IEnumerable;
[System.Runtime.CompilerServices.Extension()]
public: static System.Collections.Generic.IEnumerable<ID8ListItem*>* QueryAtDepth( 
   ID8List* source,
   System.Func<ID8ListItem*,bool>* queryExpression,
   System.int searchDepth
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.Collections.Generic.IEnumerable<ID8ListItem^>^ QueryAtDepth( 
   ID8List^ source,
   System.Func<ID8ListItem^,bool>^ queryExpression,
   System.int searchDepth
) 

Parameters

source
queryExpression
searchDepth
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

D8ListQueryExtensions Class
D8ListQueryExtensions Members

Send Feedback