DataSource.ICustomTypeDescriptor.GetDefaultProperty Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Private Function GetDefaultProperty As PropertyDescriptor
    Implements ICustomTypeDescriptor.GetDefaultProperty
‘사용 방법
Dim instance As DataSource
Dim returnValue As PropertyDescriptor

returnValue = CType(instance, ICustomTypeDescriptor).GetDefaultProperty()
PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
private:
virtual PropertyDescriptor^ GetDefaultProperty() sealed = ICustomTypeDescriptor::GetDefaultProperty
private abstract GetDefaultProperty : unit -> PropertyDescriptor 
private override GetDefaultProperty : unit -> PropertyDescriptor 
JScript does not support explicit interface implementations.

Return Value

Type: System.ComponentModel.PropertyDescriptor

Implements

ICustomTypeDescriptor.GetDefaultProperty()

.NET Framework Security

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace