_TableView.AutoPreview 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 OlAutoPreview 常量,该常量确定对象如何自动预览 TableView 项。 读/写。
public:
property Microsoft::Office::Interop::Outlook::OlAutoPreview AutoPreview { Microsoft::Office::Interop::Outlook::OlAutoPreview get(); void set(Microsoft::Office::Interop::Outlook::OlAutoPreview value); };
public Microsoft.Office.Interop.Outlook.OlAutoPreview AutoPreview { get; set; }
Public Property AutoPreview As OlAutoPreview