VsTargetFrameworkProvider.GetExtendedTypeDescriptor(Object) Method

Definition

Gets the custom type description of the specified object.

public:
 override System::ComponentModel::ICustomTypeDescriptor ^ GetExtendedTypeDescriptor(System::Object ^ instance);
public override System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptor (object instance);
override this.GetExtendedTypeDescriptor : obj -> System.ComponentModel.ICustomTypeDescriptor
Public Overrides Function GetExtendedTypeDescriptor (instance As Object) As ICustomTypeDescriptor

Parameters

instance
Object

The object for which to get the type description.

Returns

The custom type descriptor.

Applies to