Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As AdoDotNetConnectionProperties
Dim returnValue As PropertyDescriptorCollection
returnValue = CType(instance, ICustomTypeDescriptor).GetProperties()
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
JScript does not support explicit interface implementations.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollection
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
- 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.
See Also
Reference
AdoDotNetConnectionProperties Class
AdoDotNetConnectionProperties Members
AdoDotNetConnectionProperties Overload