WebTest.InheritFromWebTest 속성
업데이트: 2007년 11월
이 웹 테스트가 다른 웹 테스트에 포함되어 있고 부모 웹 테스트의 속성을 상속하는 경우 부모 웹 테스트의 WebTest 개체를 가져옵니다.
네임스페이스: Microsoft.VisualStudio.TestTools.WebTesting
어셈블리: Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
구문
Public Property InheritFromWebTest As WebTest
Dim instance As WebTest
Dim value As WebTest
value = instance.InheritFromWebTest
instance.InheritFromWebTest = value
public WebTest InheritFromWebTest { get; internal set; }
public:
property WebTest^ InheritFromWebTest {
WebTest^ get ();
void set (WebTest^ value);
}
public function get InheritFromWebTest () : WebTest
public function set InheritFromWebTest (value : WebTest)
속성 값
형식: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
이 웹 테스트가 다른 웹 테스트에 포함되어 있고 해당 부모 웹 테스트를 상속하는 경우 WebTest 개체를 반환합니다.
이 웹 테스트가 다른 웹 테스트에 포함되어 있지 않거나 부모 웹 테스트를 상속하지 않는 경우에는 NULL을 반환합니다.
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.