IBuildConfiguration 인터페이스
특정 빌드의 버전과 특정 플랫폼에 대한 빌드 출력을 나타냅니다.
네임스페이스: Microsoft.TeamFoundation.TestManagement.Client
어셈블리: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)
구문
‘선언
Public Interface IBuildConfiguration _
Inherits IIdentifiable(Of Integer)
public interface IBuildConfiguration : IIdentifiable<int>
public interface class IBuildConfiguration : IIdentifiable<int>
type IBuildConfiguration =
interface
interface IIdentifiable<int>
end
public interface IBuildConfiguration extends IIdentifiable<int>
IBuildConfiguration 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
BuildFlavor | 빌드의 버전을 가져옵니다. | |
BuildPlatform | 빌드의 플랫폼을 가져옵니다. | |
BuildUri | 완료된 빌드의 URI(Uniform Resource Identifier)를 가져옵니다. | |
Id | 식별자를 가져옵니다. (IIdentifiable<TKey>에서 상속됨) | |
TeamProjectName | 빌드가 속한 프로젝트의 이름을 가져옵니다. |
위쪽