Udostępnij za pośrednictwem


FormRegionCustomAction.ToXml Method (2007 System)

Returns a string that represents the FormRegionCustomAction as XML.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Overridable Function ToXml As String
'Usage
Dim instance As FormRegionCustomAction 
Dim returnValue As String 

returnValue = instance.ToXml()
public virtual string ToXml()
public:
virtual String^ ToXml()
public function ToXml() : String

Return Value

Type: System.String
A string that represents the FormRegionCustomAction as XML.

Remarks

Use the ToXml method if you want to create an XML manifest file that describes the custom action.

This method returns a string that contains elements and attributes that describe the FormRegionCustomAction.

You can call the ToXML method of other classes in the Microsoft.Office.Tools.Outlook namespace to build a complete XML manifest file.

.NET Framework Security

See Also

Reference

FormRegionCustomAction Class

FormRegionCustomAction Members

ToXml Overload

Microsoft.Office.Tools.Outlook Namespace