'Declaration Public Function TryGetValue( _ ByVal key As System.String, _ ByRef item As PrintStyle _ ) As System.Boolean
public System.bool TryGetValue( System.string key, out PrintStyle item )
Parameters
- key
- item
'Declaration Public Function TryGetValue( _ ByVal key As System.String, _ ByRef item As PrintStyle _ ) As System.Boolean
public System.bool TryGetValue( System.string key, out PrintStyle item )