VsTargetFrameworkProvider::GetExtendedTypeDescriptor Method (Object^)

 

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)

public:
virtual ICustomTypeDescriptor^ GetExtendedTypeDescriptor(
	Object^ instance
) override

Parameters

instance
Type: System::Object^

The object for which to get the type description.

Return Value

Type: System.ComponentModel::ICustomTypeDescriptor^

The custom type descriptor.

Return to top
Show: