XmlTranslatorStream.TranslateAttributeValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void TranslateAttributeValue(System::String ^ prefix, System::String ^ localName, System::String ^ nsURI, System::String ^ val);
protected virtual void TranslateAttributeValue (string prefix, string localName, string nsURI, string val);
abstract member TranslateAttributeValue : string * string * string * string -> unit
override this.TranslateAttributeValue : string * string * string * string -> unit
Protected Overridable Sub TranslateAttributeValue (prefix As String, localName As String, nsURI As String, val As String)
Parameters
- prefix
- String
- localName
- String
- nsURI
- String
- val
- String