DataViewBrowseObject.RemoveProperties(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all the specified properties from the current browse object.
public:
void RemoveProperties(... cli::array <System::String ^> ^ names);
public void RemoveProperties (params string[] names);
member this.RemoveProperties : string[] -> unit
Public Sub RemoveProperties (ParamArray names As String())
Parameters
- names
- String[]
An array of property names for the properties to remove.