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!

ConfigXmlCursor.AttributeText

[To be supplied.]

Overload List

Convenience function to get the attribute text of the specified attribute (by token) for the element under the cursor.

[Visual Basic] Overloads Overridable Public Function AttributeText(String, String) As String
[C#] public virtual string AttributeText(String, String);
[C++] public: virtual String* AttributeText(String*, String*);
[JScript] public function AttributeText(String, String) : String;

Convenience function to get the attribute text of the specified attribute (by token) for the element under the cursor.

[Visual Basic] Overloads Overridable Public Function AttributeText(Integer) As String
[C#] public virtual string AttributeText(int);
[C++] public: virtual String* AttributeText(int);
[JScript] public function AttributeText(int) : String;

Convenience function to get the attribute text of the specified attribute (by token) for the element under the cursor.

[Visual Basic] Overloads Overridable Public Function AttributeText(String) As String
[C#] public virtual string AttributeText(String);
[C++] public: virtual String* AttributeText(String*);
[JScript] public function AttributeText(String) : String;

See Also

ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace