Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a string that represents the FormRegionCustomAction as XML.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
Function ToXml As String
string ToXml()
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 types in the Microsoft.Office.Tools.Outlook namespace to build a complete XML manifest file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.