DynamicType.Remove 方法 (String)
移除集合中的指定字串的項目。
命名空間: Microsoft.BusinessData.Runtime
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Function Remove ( _
key As String _
) As Boolean
'用途
Dim instance As DynamicType
Dim key As String
Dim returnValue As Boolean
returnValue = instance.Remove(key)
public bool Remove(
string key
)
參數
key
類型:System.String若要移除的項目索引鍵。
傳回值
true如果成功;否則, false。