ConfigureDependencyProperty(IAspectReceiver<ICompilation>, Action<DependencyPropertyOptionsBuilder>)
Configures DependencyPropertyAttribute for the current project.
Declaration
public static void ConfigureDependencyProperty(this IAspectReceiver<ICompilation> receiver, Action<DependencyPropertyOptionsBuilder> configure)
Parameters
Type | Name | Description |
---|---|---|
IAspectReceiver<ICompilation> | receiver | The IAspectReceiver<TDeclaration> for the current compilation. |
Action<DependencyPropertyOptionsBuilder> | configure | A delegate that configures the aspect. |
ConfigureDependencyProperty(IAspectReceiver<INamespace>, Action<DependencyPropertyOptionsBuilder>)
Configures DependencyPropertyAttribute for the current namespace.
Declaration
public static void ConfigureDependencyProperty(this IAspectReceiver<INamespace> receiver, Action<DependencyPropertyOptionsBuilder> configure)
Parameters
Type | Name | Description |
---|---|---|
IAspectReceiver<INamespace> | receiver | The IAspectReceiver<TDeclaration> for the current namespace. |
Action<DependencyPropertyOptionsBuilder> | configure | A delegate that configures the aspect. |
ConfigureDependencyProperty(IAspectReceiver<INamedType>, Action<DependencyPropertyOptionsBuilder>)
Configures DependencyPropertyAttribute for the current type.
Declaration
public static void ConfigureDependencyProperty(this IAspectReceiver<INamedType> receiver, Action<DependencyPropertyOptionsBuilder> configure)
Parameters
Type | Name | Description |
---|---|---|
IAspectReceiver<INamedType> | receiver | The IAspectReceiver<TDeclaration> for the current type. |
Action<DependencyPropertyOptionsBuilder> | configure | A delegate that configures the aspect. |
ConfigureDependencyProperty(IAspectReceiver<IProperty>, Action<DependencyPropertyOptionsBuilder>)
Configures DependencyPropertyAttribute for the current property.
Declaration
public static void ConfigureDependencyProperty(this IAspectReceiver<IProperty> receiver, Action<DependencyPropertyOptionsBuilder> configure)
Parameters
Type | Name | Description |
---|---|---|
IAspectReceiver<IProperty> | receiver | The IAspectReceiver<TDeclaration> for the current property. |
Action<DependencyPropertyOptionsBuilder> | configure | A delegate that configures the aspect. |