ExportBrokeredServiceAttribute 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
ExportBrokeredServiceAttribute(String, String) |
Initializes a new instance of the ExportBrokeredServiceAttribute class. |
ExportBrokeredServiceAttribute(String, String, Type[]) |
Initializes a new instance of the ExportBrokeredServiceAttribute class. |
ExportBrokeredServiceAttribute(String, String)
Initializes a new instance of the ExportBrokeredServiceAttribute class.
public ExportBrokeredServiceAttribute (string name, string? version);
new Microsoft.VisualStudio.Shell.ServiceBroker.ExportBrokeredServiceAttribute : string * string -> Microsoft.VisualStudio.Shell.ServiceBroker.ExportBrokeredServiceAttribute
Public Sub New (name As String, version As String)
Parameters
Applies to
ExportBrokeredServiceAttribute(String, String, Type[])
Initializes a new instance of the ExportBrokeredServiceAttribute class.
public ExportBrokeredServiceAttribute (string name, string? version, params Type[] optionalInterfaces);
new Microsoft.VisualStudio.Shell.ServiceBroker.ExportBrokeredServiceAttribute : string * string * Type[] -> Microsoft.VisualStudio.Shell.ServiceBroker.ExportBrokeredServiceAttribute
Public Sub New (name As String, version As String, ParamArray optionalInterfaces As Type())
Parameters
- optionalInterfaces
- Type[]
An array of optional interfaces that the exported brokered service implements and wishes to advertise as available to the client.