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.AutoIDElement

Generates a unique identifier based on the tagname. The ID attribute of the HTML element will be set to that value.

[Visual Basic]
Function AutoIDElement( _
   ByVal htmlElement As IHTMLElement _
) As String
[C#]
string AutoIDElement(
   IHTMLElement htmlElement
);
[C++]
String* AutoIDElement(
   IHTMLElement* htmlElement
) = 0;
[JScript]
function AutoIDElement(
   htmlElement : IHTMLElement
) : String;

Parameters

htmlElement
The HTML element that is to be auto-IDed.

Return Value

The generated unique identifier.

See Also

IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace