WorkflowMarkupSerializationManager.GetXmlQualifiedName(Type, String) Method

Definition

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

C#
public virtual System.Xml.XmlQualifiedName GetXmlQualifiedName(Type type, out string prefix);

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

Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1