Tries to construct an adapter of a specific type for a given element.
| C# | Visual Basic | Visual C++ |
Public Shared Function TryCreate ( _ adapterType As Type, _ element As Element, _ <OutAttribute> ByRef adapter As Adapter _ ) As Boolean
public: static bool TryCreate( Type^ adapterType, Element^ element, [OutAttribute] Adapter^% adapter )
true if an adapter was successfully created, otherwise false.
