ConnectedServiceProviderExportAttribute(String) Constructor

Definition

Initializes a new instance of the ConnectedServiceProviderExportAttribute class.

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

Parameters

providerId
String

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

Applies to