InterceptorConfigurationElement.Targets Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
Collection of configuration elements indicating types and keys for which the represented interceptor should be configured.
Namespace: Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly: Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll)
Syntax
'Declaration
<ConfigurationCollectionAttribute(GetType(InterceptorTargetConfigurationElementCollection), AddItemName := "target")> _
<ConfigurationPropertyAttribute("", IsDefaultCollection := True)> _
Public ReadOnly Property Targets As InterceptorTargetConfigurationElementCollection
[ConfigurationCollectionAttribute(typeof(InterceptorTargetConfigurationElementCollection), AddItemName = "target")]
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
public InterceptorTargetConfigurationElementCollection Targets { get; }
[ConfigurationCollectionAttribute(typeof(InterceptorTargetConfigurationElementCollection), AddItemName = L"target")]
[ConfigurationPropertyAttribute(L"", IsDefaultCollection = true)]
public:
property InterceptorTargetConfigurationElementCollection^ Targets {
InterceptorTargetConfigurationElementCollection^ get ();
}
public function get Targets () : InterceptorTargetConfigurationElementCollection
See Also
InterceptorConfigurationElement Class
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace