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

声明
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

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace