'宣言 Public Function TryGetValue( _ ByVal name As System.String, _ ByRef ri As ReportItem _ ) As System.Boolean
'使用法 Dim instance As ReportItemCollection Dim name As System.String Dim ri As ReportItem Dim value As System.Boolean value = instance.TryGetValue(name, ri)
public System.bool TryGetValue( System.string name, out ReportItem ri )
パラメータ
- name
- ri