Condividi tramite


NullSourceMap.TryGetValue(Object, SourceRange) Metodo

Definizione

Cercare le SourceRange informazioni per un oggetto.

public bool TryGetValue (object item, out Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member TryGetValue : obj * SourceRange -> bool
override this.TryGetValue : obj * SourceRange -> bool
Public Function TryGetValue (item As Object, ByRef range As SourceRange) As Boolean

Parametri

item
Object

Oggetto da cercare.

range
SourceRange

Posizionare per restituire l'oggetto SourceRange .

Restituisce

true se trovato.

Implementazioni

Commenti

Per un NullSourceMap oggetto restituisce falsesempre .

Si applica a