| Visual Basic (Declaration) | |
|---|---|
Public Interface IMessageSourceAware | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public interface IMessageSourceAware | |
In the current implementation, the IMessageSource will typically be the associated IApplicationContext that spawned the implementing object.
The IMessageSource can usually also be
passed on as an object reference to arbitrary object properties or
constructor arguments, because a
IMessageSource is typically defined as an
object with the well known name "messageSource" in the
associated application context.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family