ConnectedServiceHandlerExportAttribute(String) 构造函数

定义

初始化 ConnectedServiceHandlerExportAttribute 类的新实例。

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)

参数

providerId
String

提供程序/处理程序的唯一提供程序 ID。 这用于将提供程序与其处理程序匹配。

适用于