DataViewBrowseObject.RemoveProperties Method

Removes all the specified properties from the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public Sub RemoveProperties ( _
    ParamArray names As String() _
)
'使用
Dim instance As DataViewBrowseObject
Dim names As String()

instance.RemoveProperties(names)
public void RemoveProperties(
    params string[] names
)
public:
void RemoveProperties(
    ... array<String^>^ names
)
public function RemoveProperties(
    ... names : String[]
)

Parameters

  • names
    Type: []

    An array of property names for the properties to remove.

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace