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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.