VsTargetFrameworkProvider.GetTypeDescriptor, méthode (Type, Object)
Ce membre substitue TypeDescriptionProvider.GetTypeDescriptor(Type, Object).
Espace de noms : Microsoft.VisualStudio.Shell.Design
Assembly : Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)
Syntaxe
'Déclaration
Public Overrides Function GetTypeDescriptor ( _
objectType As Type, _
instance As Object _
) As ICustomTypeDescriptor
public override ICustomTypeDescriptor GetTypeDescriptor(
Type objectType,
Object instance
)
Paramètres
- objectType
Type : System.Type
- instance
Type : System.Object
Valeur de retour
Type : System.ComponentModel.ICustomTypeDescriptor
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.