CatalogReflectionContextAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase AssemblyCatalog con el tipo ReflectionContext especificado.

public:
 CatalogReflectionContextAttribute(Type ^ reflectionContextType);
public CatalogReflectionContextAttribute (Type reflectionContextType);
new System.ComponentModel.Composition.CatalogReflectionContextAttribute : Type -> System.ComponentModel.Composition.CatalogReflectionContextAttribute
Public Sub New (reflectionContextType As Type)

Parámetros

reflectionContextType
Type

Tipo del contexto de reflexión.

Se aplica a