TeamFoundationLocationService.FindServiceDefinition 方法 (TeamFoundationRequestContext, String, Guid)
傳回具有所提供的服務型別和識別項服務的服務定義。 如果這個服務的快取中沒有任何項目,就會傳回 null。
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Public Function FindServiceDefinition ( _
requestContext As TeamFoundationRequestContext, _
serviceType As String, _
identifier As Guid _
) As ServiceDefinition
public ServiceDefinition FindServiceDefinition(
TeamFoundationRequestContext requestContext,
string serviceType,
Guid identifier
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
這個呼叫相關聯的要求內容。
- serviceType
型別:System.String
我們要尋找的服務型別。
- identifier
型別:System.Guid
我們要尋找特定的服務執行個體識別項。
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.ServiceDefinition
服務定義服務具有所提供的服務型別和識別項。如果這個服務的快取中沒有任何項目,就會傳回 null。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。