Factory.CreateFormRegionCustomAction 方法 (String)

创建实现 FormRegionCustomAction 接口的类的实例,使用指定名称。

命名空间:  Microsoft.Office.Tools.Outlook
程序集:  Microsoft.Office.Tools.Outlook(在 Microsoft.Office.Tools.Outlook.dll 中)

语法

声明
Function CreateFormRegionCustomAction ( _
    name As String _
) As FormRegionCustomAction
FormRegionCustomAction CreateFormRegionCustomAction(
    string name
)

参数

  • name
    类型:System.String
    一个字符串,表示自定义操作的名称。

返回值

类型:Microsoft.Office.Tools.Outlook.FormRegionCustomAction
表示自定义操作的 FormRegionCustomAction

备注

此方法将 FormRegionCustomActionName 属性设置为 name。

.NET Framework 安全性

请参见

参考

Factory 接口

CreateFormRegionCustomAction 重载

Microsoft.Office.Tools.Outlook 命名空间