TeamFoundationPropertyService 類別
本文內容
預設處理常式介面的實作。
提供泛型成品屬性服務的管理。
繼承階層架構
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationPropertyService
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
Public NotInheritable Class TeamFoundationPropertyService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public sealed class TeamFoundationPropertyService : ITeamFoundationService
TeamFoundationPropertyService 型別會公開下列成員。
方法
CreateArtifactKind
CreatePropertyDefinition
DeleteArtifactKind
DeleteArtifacts
刪除指定的成品和任何關聯的屬性。
Equals
判斷指定的物件是否等於目前物件。 (繼承自 Object )。
GetArtifactKind
GetArtifactKinds
GetHashCode
做為特定型別的雜湊函式。 (繼承自 Object )。
GetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<String>)
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>)
取得屬性來滿足屬性名稱篩選條件中的指定成品規格。 注意:所有成品必須是從相同的 Variant 型別。
GetProperties(TeamFoundationRequestContext, Guid, IEnumerable<String>)
傳回已設定之特定屬性的所有成品的 ArtifactPropertyValues 在型別。
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>, GetPropertiesOptions)
取得屬性來滿足屬性名稱篩選條件中的指定成品規格。 注意:所有成品必須是從相同的 Variant 型別。
GetProperties(TeamFoundationRequestContext, Guid, String, IEnumerable<String>)
GetPropertyDefinitions
GetType
取得目前執行個體的 Type 。 (繼承自 Object )。
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>)
將屬性設定為成品注意事項:所有成品必須屬於相同型別。
SetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<PropertyValue>)
將屬性設定為成品
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<PropertyValue>)
會更新中成品規格清單的每個成品和每一個屬性設定為指定的 SetProperties 多載。 實際上這將是聯結更新。
ToString
傳回表示目前物件的字串。 (繼承自 Object )。
回頁首
明確介面實作
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。
請參閱
參考
Microsoft.TeamFoundation.Framework.Server 命名空間