DeploymentItem 클래스
테스트 실행과 함께 배포할 파일, 디렉터리 또는 기타 항목을 나타냅니다.
상속 계층 구조
System.Object
Microsoft.VisualStudio.TestTools.Common.DeploymentItem
네임스페이스: Microsoft.VisualStudio.TestTools.Common
어셈블리: Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)
구문
‘선언
<SerializableAttribute> _
Public NotInheritable Class DeploymentItem _
Implements IPersistable, IXmlTestStore
[SerializableAttribute]
public sealed class DeploymentItem : IPersistable,
IXmlTestStore
[SerializableAttribute]
public ref class DeploymentItem sealed : IPersistable,
IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type DeploymentItem =
class
interface IPersistable
interface IXmlTestStore
end
public final class DeploymentItem implements IPersistable, IXmlTestStore
DeploymentItem 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
DeploymentItem(String) | 제공된 경로를 사용하여 DeploymentItem 클래스의 인스턴스를 초기화합니다. | |
DeploymentItem(String, String) | 제공된 경로와 출력 디렉터리를 사용하여 DeploymentItem 클래스의 인스턴스를 초기화합니다. |
위쪽
속성
이름 | 설명 | |
---|---|---|
OutputDirectory | 출력 디렉터리의 상대 경로를 가져옵니다. | |
Path | 배포 항목의 경로를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
CheckDeploymentItem | path 및 outputDirectory 매개 변수가 기존의 위치를 나타내는지 여부를 확인합니다. | |
Equals | 현재 DeploymentItem 인스턴스가 지정된 인스턴스와 같은지 여부를 확인합니다. (Object.Equals(Object)을(를) 재정의함) | |
GetHashCode | DeploymentItem 개체의 인스턴스에 대한 해시 함수 역할을 합니다. (Object.GetHashCode()을(를) 재정의함) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
Load | 제공된 매개 변수를 사용하여 제공된 XML 요소에서 현재 개체를 로드합니다. | |
PrepareToPersist | 이 릴리스에서는 아무 작업도 수행하지 않습니다. | |
RecoverFromPersistence | XML 저장소에서 검색한 현재 인스턴스가 유효한지 확인합니다. | |
Save | 제공된 매개 변수를 사용하여 제공된 XML 요소에 현재 개체를 저장합니다. | |
ToString | 속성 값을 string으로 반환합니다. (Object.ToString()을(를) 재정의함) |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.