次の方法で共有


FormRegionManifest..::ShowInspectorRead Property

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'宣言
<DefaultValueAttribute(True)> _
Public Property ShowInspectorRead As Boolean
'使用
Dim instance As FormRegionManifest
Dim value As Boolean

value = instance.ShowInspectorRead

instance.ShowInspectorRead = value
[DefaultValueAttribute(true)]
public bool ShowInspectorRead { get; set; }
[DefaultValueAttribute(true)]
public:
property bool ShowInspectorRead {
    bool get ();
    void set (bool value);
}
public function get ShowInspectorRead () : boolean
public function set ShowInspectorRead (value : boolean)
Not applicable.

See Also

Reference

FormRegionManifest Type
Microsoft.Office.Tools.Outlook Namespace