DataViewBrowseObject.SetDefaultProperty Method

Sets the default property for the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣告
Public Sub SetDefaultProperty ( _
    value As PropertyDescriptor _
)
public void SetDefaultProperty(
    PropertyDescriptor value
)
public:
void SetDefaultProperty(
    PropertyDescriptor^ value
)
member SetDefaultProperty : 
        value:PropertyDescriptor -> unit 
public function SetDefaultProperty(
    value : PropertyDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace