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
- 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.