共用方式為


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
)

參數

傳回值

類型:System.Boolean

true如果成功;否則, false。

請參閱

參照

DynamicType 類別

DynamicType 成員

Remove 多載

Microsoft.BusinessData.Runtime 命名空間