ClassCustomSilverlightTypesProviderAttribute
Class
This attribute specifies that the assembly it decorates contains custom Silverlight type assemblies and specifies a type within the assembly that implements the ICustomSilverlightTypesProvider interface to provide a collection of custom Silverlight type assemblies.
Definition
Namespace:ArtOfTest.Common.Extensibility
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Assembly, Inherited = false)]
public class CustomSilverlightTypesProviderAttribute : Attribute, _Attribute
Inheritance: objectAttributeCustomSilverlightTypesProviderAttribute
Implements:
Inherited Members
Constructors
CustomSilverlightTypesProviderAttribute(Type)
Creates a new CustomSilverlightTypesProviderAttribute object.
Declaration
cs-api-definition
public CustomSilverlightTypesProviderAttribute(Type provider)
Parameters
provider