DelegatingXmlDictionaryWriter.WriteStartAttribute 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.
Writes the start of an attribute with the specified local name and namespace URI.
public:
override void WriteStartAttribute(System::String ^ prefix, System::String ^ localName, System::String ^ ns);
public override void WriteStartAttribute (string prefix, string localName, string ns);
override this.WriteStartAttribute : string * string * string -> unit
Public Overrides Sub WriteStartAttribute (prefix As String, localName As String, ns As String)
Parameters
- prefix
- String
The namespace prefix of the attribute.
- localName
- String
The local name of the attribute.
- ns
- String
The namespace URI for the attribute.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.