WorkflowMarkupSerializationManager.GetXmlQualifiedName(Type, String) Method

Definition

Returns the XML-qualified name associated with the specified type.

public:
 virtual System::Xml::XmlQualifiedName ^ GetXmlQualifiedName(Type ^ type, [Runtime::InteropServices::Out] System::String ^ % prefix);
public virtual System.Xml.XmlQualifiedName GetXmlQualifiedName (Type type, out string prefix);
abstract member GetXmlQualifiedName : Type * string -> System.Xml.XmlQualifiedName
override this.GetXmlQualifiedName : Type * string -> System.Xml.XmlQualifiedName
Public Overridable Function GetXmlQualifiedName (type As Type, ByRef prefix As String) As XmlQualifiedName

Parameters

type
Type

The Type for which to return the XML-qualified name.

prefix
String

When this method returns, contains the XML prefix for the qualified name or an empty string if no prefix is defined. This parameter is passed uninitialized.

Returns

The XmlQualifiedName associated with type.

Exceptions

type contains a null reference (Nothing in Visual Basic).

Applies to