共用方式為


TfsConfigurationServer.GetServiceInstance 方法

取得指定的服務的基本服務執行個體。

命名空間:  Microsoft.TeamFoundation.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Protected Overrides Function GetServiceInstance ( _
    serviceType As Type, _
    serviceInstance As Object _
) As Object
protected override Object GetServiceInstance(
    Type serviceType,
    Object serviceInstance
)

參數

  • serviceInstance
    型別:System.Object
    這個基底執行個體所需的服務執行個體。

傳回值

型別:System.Object
基本的服務執行個體。

.NET Framework 安全性

請參閱

參考

TfsConfigurationServer 類別

Microsoft.TeamFoundation.Client 命名空間

其他資源

從主控台應用程式連接到 Team Foundation Server

Getting Additional Team Foundation Services