ConnectedServiceProviderExportAttribute(String) Constructor
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.
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.