ProvideBrokeredServiceAttribute 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
ProvideBrokeredServiceAttribute(String) |
Initializes a new instance of the ProvideBrokeredServiceAttribute class. |
ProvideBrokeredServiceAttribute(String, String) |
Initializes a new instance of the ProvideBrokeredServiceAttribute class. |
ProvideBrokeredServiceAttribute(String, String, Type[]) |
Initializes a new instance of the ProvideBrokeredServiceAttribute class. |
ProvideBrokeredServiceAttribute(String)
Initializes a new instance of the ProvideBrokeredServiceAttribute class.
public:
ProvideBrokeredServiceAttribute(System::String ^ name);
public ProvideBrokeredServiceAttribute (string name);
new Microsoft.VisualStudio.Shell.ServiceBroker.ProvideBrokeredServiceAttribute : string -> Microsoft.VisualStudio.Shell.ServiceBroker.ProvideBrokeredServiceAttribute
Public Sub New (name As String)
Parameters
Applies to
ProvideBrokeredServiceAttribute(String, String)
Initializes a new instance of the ProvideBrokeredServiceAttribute class.
public:
ProvideBrokeredServiceAttribute(System::String ^ name, System::String ^ version);
public ProvideBrokeredServiceAttribute (string name, string? version);
new Microsoft.VisualStudio.Shell.ServiceBroker.ProvideBrokeredServiceAttribute : string * string -> Microsoft.VisualStudio.Shell.ServiceBroker.ProvideBrokeredServiceAttribute
Public Sub New (name As String, version As String)
Parameters
Applies to
ProvideBrokeredServiceAttribute(String, String, Type[])
Initializes a new instance of the ProvideBrokeredServiceAttribute class.
public ProvideBrokeredServiceAttribute (string name, string? version, params Type[] optionalInterfaces);
new Microsoft.VisualStudio.Shell.ServiceBroker.ProvideBrokeredServiceAttribute : string * string * Type[] -> Microsoft.VisualStudio.Shell.ServiceBroker.ProvideBrokeredServiceAttribute
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.