IStringHttpBodyEditorPlugin 인터페이스
문자열 HTTP 본문 플러그 인에 대한 인터페이스를 제공합니다.
네임스페이스: Microsoft.VisualStudio.TestTools.WebTesting
어셈블리: Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
구문
‘선언
Public Interface IStringHttpBodyEditorPlugin
public interface IStringHttpBodyEditorPlugin
public interface class IStringHttpBodyEditorPlugin
type IStringHttpBodyEditorPlugin = interface end
public interface IStringHttpBodyEditorPlugin
IStringHttpBodyEditorPlugin 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
CreateEditor | 지정된 문자열을 수정할 UserControl 개체를 만듭니다. | |
GetNewValue | 플러그 인 대화 상자에서 확인 단추를 클릭하면 편집된 문자열을 가져옵니다. | |
SupportsContentType | 이 플러그 인에서 콘텐츠 형식을 지원하는지 확인합니다. |
위쪽