'Declaration
Public Function TryGetValue( _
ByVal As String, _
ByRef As Object _
) As Boolean
'Usage
Dim instance As C1ShapeAttributes
Dim key As String
Dim value As Object
Dim value As Boolean
value = instance.TryGetValue(key, value)
public bool TryGetValue(
string ,
out object
)