DataViewPropertyDescriptor.SetAttributes Method
Adds the specified attributes to this property's attributes list.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetAttributes ( _
ParamArray values As Attribute() _
)
public void SetAttributes(
params Attribute[] values
)
public:
void SetAttributes(
... array<Attribute^>^ values
)
member SetAttributes :
values:Attribute[] -> unit
public function SetAttributes(
... values : Attribute[]
)
Parameters
values
Type: array<System.Attribute[]An array of Attribute objects to add.
Remarks
This method enumerates the attributes and, for each attribute, delegates the call to SetAttribute.
.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.