C# Class System.ComponentModel.TypeDescriptor.AttributeProvider

Inheritance: TypeDescriptionProvider
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor

Creates a custom type descriptor that replaces the attributes.

Private Methods

Méthode Description
AttributeProvider ( TypeDescriptionProvider existingProvider ) : System.Collections

Creates a new attribute provider.

Method Details

GetTypeDescriptor() public méthode

Creates a custom type descriptor that replaces the attributes.
public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
Résultat ICustomTypeDescriptor