VsTargetFrameworkProvider::GetTypeDescriptor Method (Type^, Object^)

 

Gets the type descriptor for the specified object and type.

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

public:
virtual ICustomTypeDescriptor^ GetTypeDescriptor(
	Type^ objectType,
	Object^ instance
) override

Parameters

objectType
Type: System::Type^

The type.

instance
Type: System::Object^

The object.

Return Value

Type: System.ComponentModel::ICustomTypeDescriptor^

The type descriptor.

Return to top
Show: