WorkflowMarkupSerializationManager.GetXmlQualifiedName(Type, String) 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.
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
- 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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.