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)
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)