AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties Method

For a description of this member, see GetProperties.

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

Syntax

'Declaration
Private Function GetProperties As PropertyDescriptorCollection 
    Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : unit -> PropertyDescriptorCollection  
private override GetProperties : unit -> PropertyDescriptorCollection
JScript does not support explicit interface implementations.

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
Returns the properties for this instance of a component.

Implements

ICustomTypeDescriptor.GetProperties()

Remarks

This member is an explicit interface member implementation. It can be used only when the ConnectionStringBuilder is cast to an ICustomTypeDescriptor interface.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

GetProperties Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace