WorkflowMarkupSerializationManager.GetXmlQualifiedName(Type, String) Método

Definición

Devuelve el nombre XML completo asociado al tipo especificado.

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

Parámetros

type
Type

Type para el que se va a devolver el nombre XML completo.

prefix
String

Cuando este método devuelve, contiene el prefijo XML para el nombre completo o una cadena vacía si no hay ningún prefijo definido. Este parámetro se pasa sin inicializar.

Devoluciones

XmlQualifiedName asociado a type.

Excepciones

type contiene una referencia nula (Nothing en Visual Basic).

Se aplica a