_AutoFormatRules.Add(String) 方法

定义

创建一个新 AutoFormatRule 对象并将其追加到集合中 AutoFormatRules

public:
 Microsoft::Office::Interop::Outlook::AutoFormatRule ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Outlook.AutoFormatRule Add (string Name);
Public Function Add (Name As String) As AutoFormatRule

参数

Name
String

新格式设置规则的名称。

返回

AutoFormatRule 对象,该对象表示新的格式设置规则。

注解

AutoFormatRules 集合中允许重复的名称为 AutoFormatRule 的对象。 25 日的自定义格式设置规则的最多可以添加到集合中。 内置的格式设置规则不是计入该限制。

适用于