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

Remarks

This method enumerates the attributes and, for each attribute, delegates the call to SetAttribute.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace