RanorexRanorex Documentation
Exists<(Of <(T>)>) Method (adapter)
NamespacesRanorex.Core.RepositoryRepoItemInfoExists<(Of <(T>)>)(T%)
Returns a value specifying whether the specified adapter for the associated repository item exists.
Declaration Syntax
C#Visual BasicVisual C++
public bool Exists<T>(
	out T adapter
)
where T : Adapter
Public Function Exists(Of T As Adapter) ( _
	<OutAttribute> ByRef adapter As T _
) As Boolean
public:
generic<typename T>
where T : Adapter
bool Exists(
	[OutAttribute] T% adapter
)
Generic Template Parameters
T
The type of adapter to create. The supplied type must inherit from Adapter, but most not be the Adapter type itself.
Parameters
adapter ( T %)
When this method returns, the adapter instance for the associated repository item, if it could be created; otherwise a null reference.
Return Value
True if the specified adapter for the associated repository item exists.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)