DataViewBrowseObject.SetProperties(PropertyDescriptor[]) 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.
Sets the specified properties for the current browse object.
public:
void SetProperties(... cli::array <System::ComponentModel::PropertyDescriptor ^> ^ properties);
public void SetProperties (params System.ComponentModel.PropertyDescriptor[] properties);
member this.SetProperties : System.ComponentModel.PropertyDescriptor[] -> unit
Public Sub SetProperties (ParamArray properties As PropertyDescriptor())
Parameters
- properties
- PropertyDescriptor[]
An array of PropertyDescriptor property objects to set.