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() _
)
public void RemoveProperties(
    params string[] names
)
public:
void RemoveProperties(
    ... array<String^>^ names
)
member RemoveProperties : 
        names:string[] -> unit 
public function RemoveProperties(
    ... names : String[]
)

Parameters

  • names
    Type: array<System.String[]
    An array of property names for the properties to remove.

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace