다음을 통해 공유


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입니다. 공급자와 해당 처리기를 일치시킬 때 사용됩니다.

적용 대상