ConnectedServiceHandlerExportAttribute(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 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. This is used to match a provider with its handlers.