Freigeben über


VsTargetFrameworkProvider.GetTypeDescriptor Method (Type, Object)

This member overrides TypeDescriptionProvider.GetTypeDescriptor(Type, Object).

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

Syntax

'Declaration
Public Overrides Function GetTypeDescriptor ( _
    objectType As Type, _
    instance As Object _
) As ICustomTypeDescriptor
public override ICustomTypeDescriptor GetTypeDescriptor(
    Type objectType,
    Object instance
)

Parameters

Return Value

Type: System.ComponentModel.ICustomTypeDescriptor

.NET Framework Security

See Also

Reference

VsTargetFrameworkProvider Class

GetTypeDescriptor Overload

Microsoft.VisualStudio.Shell.Design Namespace