EventPublicationAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventPublicationAttribute(String) | |
EventPublicationAttribute(String, PublicationScope) |
EventPublicationAttribute(String)
public:
EventPublicationAttribute(System::String ^ topic);
public EventPublicationAttribute (string topic);
new Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute : string -> Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute
Public Sub New (topic As String)
Parameters
- topic
- String
Applies to
EventPublicationAttribute(String, PublicationScope)
public:
EventPublicationAttribute(System::String ^ topic, Microsoft::Practices::CompositeUI::EventBroker::PublicationScope scope);
public EventPublicationAttribute (string topic, Microsoft.Practices.CompositeUI.EventBroker.PublicationScope scope);
new Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute : string * Microsoft.Practices.CompositeUI.EventBroker.PublicationScope -> Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute
Public Sub New (topic As String, scope As PublicationScope)
Parameters
- topic
- String
- scope
- PublicationScope