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( _ ByVal i As Integer _ ) As String [C#] public virtual string AttributeText( int i ); [C++] public: virtual String* AttributeText( int i ); [JScript] public function AttributeText( i : int ) : String;
ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace | ConfigXmlCursor.AttributeText Overload List