Freigeben über


ExportBrokeredServiceAttribute(String, String) Constructor

Definition

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

name
String

The name of the service (same as Name.)

version
String

The version of the proffered service (same as Version). May be null.

Applies to