DataViewBrowseObject.SetProperties Method
Sets the specified properties for the current browse object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetProperties ( _
ParamArray properties As PropertyDescriptor() _
)
public void SetProperties(
params PropertyDescriptor[] properties
)
public:
void SetProperties(
... array<PropertyDescriptor^>^ properties
)
member SetProperties :
properties:PropertyDescriptor[] -> unit
public function SetProperties(
... properties : PropertyDescriptor[]
)
Parameters
properties
Type: array<System.ComponentModel.PropertyDescriptor[]An array of PropertyDescriptor property objects to set.
.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.