Bagikan melalui


VsTargetFrameworkProvider.GetExtendedTypeDescriptor Method

Gets the custom type description of the specified object.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Overrides Function GetExtendedTypeDescriptor ( _
    instance As Object _
) As ICustomTypeDescriptor
public override ICustomTypeDescriptor GetExtendedTypeDescriptor(
    Object instance
)
public:
virtual ICustomTypeDescriptor^ GetExtendedTypeDescriptor(
    Object^ instance
) override
abstract GetExtendedTypeDescriptor : 
        instance:Object -> ICustomTypeDescriptor  
override GetExtendedTypeDescriptor : 
        instance:Object -> ICustomTypeDescriptor
public override function GetExtendedTypeDescriptor(
    instance : Object
) : ICustomTypeDescriptor

Parameters

  • instance
    Type: Object

    The object for which to get the type description.

Return Value

Type: ICustomTypeDescriptor
The custom type descriptor.

.NET Framework Security

See Also

Reference

VsTargetFrameworkProvider Class

Microsoft.VisualStudio.Shell.Design Namespace