ConnectedServiceConfiguredEventArgs 构造函数

定义

初始化 ConnectedServiceConfiguredEventArgs 类的新实例。

public:
 ConnectedServiceConfiguredEventArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceProvider ^ connectedServiceProvider, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ projectHierarchy);
public ConnectedServiceConfiguredEventArgs (Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProvider connectedServiceProvider, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy projectHierarchy);
new Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfiguredEventArgs : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProvider * Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfiguredEventArgs
Public Sub New (connectedServiceProvider As ConnectedServiceProvider, projectHierarchy As IVsHierarchy)

参数

connectedServiceProvider
ConnectedServiceProvider
projectHierarchy
IVsHierarchy

适用于