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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.