GraphPathSerializationDictionary.TryGetValue (Método)
Espacio de nombres: Microsoft.VisualStudio.GraphModel
Ensamblado: Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)
Sintaxis
'Declaración
Public Function TryGetValue ( _
key As String, _
<OutAttribute> ByRef value As String _
) As Boolean
public bool TryGetValue(
string key,
out string value
)
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] String^% value
) sealed
abstract TryGetValue :
key:string *
value:string byref -> bool
override TryGetValue :
key:string *
value:string byref -> bool
public final function TryGetValue(
key : String,
value : String
) : boolean
Parámetros
- key
Tipo: System.String
- value
Tipo: System.String%
Valor devuelto
Tipo: System.Boolean
Implementaciones
IDictionary<TKey, TValue>.TryGetValue(TKey, TValue%)
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.