ITeamFoundationPropertyService 介面
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<DefaultServiceImplementationAttribute(GetType(TeamFoundationPropertyService))> _
Public Interface ITeamFoundationPropertyService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationPropertyService))]
public interface ITeamFoundationPropertyService : ITeamFoundationService
ITeamFoundationPropertyService 類型會公開下列成員。
方法
|
CreateArtifactKind |
|
|
DeleteArtifactKind |
|
|
DeleteArtifacts |
|
|
DeleteProperties |
|
|
GetArtifactKind |
|
|
GetArtifactKinds |
|
|
GetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<String>) |
|
|
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>) |
|
|
GetProperties(TeamFoundationRequestContext, Guid, IEnumerable<String>) |
|
|
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>, GetPropertiesOptions) |
|
|
GetProperties(TeamFoundationRequestContext, Guid, IEnumerable<String>, array<Guid[]) |
|
|
GetProperties(TeamFoundationRequestContext, Guid, String, IEnumerable<String>) |
|
|
GetProperties(TeamFoundationRequestContext, Guid, String, IEnumerable<String>, array<Guid[]) |
|
|
GetPropertyDefinitions |
|
|
ServiceEnd |
呼叫 ServiceEnd,當將滑鼠指標停留在上的主應用程式關閉時,這個服務應該釋放所有資源。 (繼承自 ITeamFoundationService)。 |
|
ServiceStart |
當服務已初始化時, ServiceStart 呼叫。如果服務初始化非同步它必須實作用來判斷的 Service_Ready 服務時準備使用者存取它。 (繼承自 ITeamFoundationService)。 |
|
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>) |
|
|
SetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<PropertyValue>) |
|
|
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<PropertyValue>) |
|
|
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>, Nullable<DateTime>, Nullable<Guid>) |
|
回頁首
請參閱
參考
Microsoft.TeamFoundation.Framework.Server 命名空間