다음을 통해 공유


IMobileWebFormServices 인터페이스

정의

주의

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

디자인 타임에 Visual Studio 2005 같은 디자이너 호스트로부터 서비스를 얻기 위한 페이지 디자이너 구성 요소의 인터페이스를 정의합니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public interface class IMobileWebFormServices
public interface IMobileWebFormServices
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public interface IMobileWebFormServices
type IMobileWebFormServices = interface
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type IMobileWebFormServices = interface
Public Interface IMobileWebFormServices
특성

설명

이 인터페이스의 모든 메서드는 디자인 호스트에 의해 구현되고 이 IMobileWebFormServices 인터페이스를 통해 디자이너 구성 요소에서 사용할 수 있게 됩니다. 사용자 지정 디자이너 구성 요소에서 메서드를 사용하기 전에 디자인 호스트가 실제로 인터페이스를 구현하고 있는지 확인합니다.

메서드

ClearUndoStack()
사용되지 않음.

디자인 타임에 디자이너 호스트의 실행 취소 캐시에 있는 모든 항목을 지웁니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

GetCache(String, Object)
사용되지 않음.

디자인 타임에 디자이너 호스트의 캐시에서 항목을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

RefreshPageView()
사용되지 않음.

디자인 타임에 디자이너 호스트의 페이지를 새로 고칩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

SetCache(String, Object, Object)
사용되지 않음.

디자인 타임에 디자이너 호스트의 캐시에 개체를 저장합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

UpdateRenderingRecursive(Control)
사용되지 않음.

디자인 타임에 디자인 호스트에서 연결된 컨트롤과 각 자식 컨트롤을 재귀적으로 업데이트합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

적용 대상

추가 정보