FastInfoset.NET Class Reference for Mono
AddAttributeString Method (SchemaVocabulary)






The attribute value string.
Adds the attribute value string.
Syntax
'Declaration
 
Public Overrides Sub AddAttributeString( _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As SchemaVocabulary
Dim text As System.String
 
instance.AddAttributeString(text)
public override void AddAttributeString( 
   System.string text
)
public procedure AddAttributeString( 
    text: System.String
); override; 
public override function AddAttributeString( 
   text : System.String
);
public: void AddAttributeString( 
   System.string* text
) override 
public:
void AddAttributeString( 
   System.String^ text
) override 

Parameters

text
The attribute value string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SchemaVocabulary Class
SchemaVocabulary Members
Base Implementation in AddAttributeString

Send Feedback