DelegatingResolver.TryResolve(Type, Object, Object) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
public virtual bool TryResolve (Type type, object tag, out object value);
abstract member TryResolve : Type * obj * obj -> bool
override this.TryResolve : Type * obj * obj -> bool
Public Overridable Function TryResolve (type As Type, tag As Object, ByRef value As Object) As Boolean
Parâmetros
- type
- Type
- tag
- Object
- value
- Object