Share via


PropertyGroup.ICustomTypeDescriptor.GetDefaultProperty Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Private Function GetDefaultProperty As PropertyDescriptor
    Implements 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

PropertyGroup Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace