ConnectedServiceHandlerExportAttribute(String) Constructor

Definition

Initializes a new instance of the ConnectedServiceHandlerExportAttribute class.

public:
 ConnectedServiceHandlerExportAttribute(System::String ^ providerId);
public:
 ConnectedServiceHandlerExportAttribute(Platform::String ^ providerId);
 ConnectedServiceHandlerExportAttribute(std::wstring const & providerId);
public ConnectedServiceHandlerExportAttribute (string providerId);
new Microsoft.VisualStudio.ConnectedServices.ConnectedServiceHandlerExportAttribute : string -> Microsoft.VisualStudio.ConnectedServices.ConnectedServiceHandlerExportAttribute
Public Sub New (providerId As String)

Parameters

providerId
String

The unique Provider ID for the provider/handler that is used to match a provider with its handlers.

Applies to