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