Namespace: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim writer As XmlWriter
Dim name As LocalizedName
Dim element As XmlQualifiedName

Me.WriteLocalizedName(writer, name, element)

Syntax

Visual Basic
Protected Overridable Sub WriteLocalizedName ( _
		writer As XmlWriter, _
		name As LocalizedName, _
		element As XmlQualifiedName _
)
C#
protected virtual void WriteLocalizedName (
		XmlWriter writer,
		LocalizedName name,
		XmlQualifiedName element
)
C++
protected:
virtual void WriteLocalizedName (
		XmlWriter^ writer, 
		LocalizedName^ name, 
		XmlQualifiedName^ element
)
J#
protected void WriteLocalizedName (
		XmlWriter writer, 
		LocalizedName name, 
		XmlQualifiedName element
)
JScript
protected function WriteLocalizedName (
		writer : XmlWriter, 
		name : LocalizedName, 
		element : XmlQualifiedName
)

Parameters

writer
name
element

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also