NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IWebFormServices Interface

Provides designer and element ID services for Web Forms designers.

IWebFormServices

[Visual Basic]
Public Interface IWebFormServices
[C#]
public interface IWebFormServices
[C++]
public __gc __interface IWebFormServices

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

This interface can be used to identify elements with unique IDs so that the element or designer for each element may be retrieved.

Requirements

Namespace: System.Web.UI.Design

Assembly: System.Web.UI.Design.dll

See Also

IWebFormServices Members | System.Web.UI.Design Namespace