次の方法で共有


IFormRegionFactory..::CreateFormRegion Method

[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

'宣言
Function CreateFormRegion ( _
    formRegion As FormRegion _
) As IFormRegion
'使用
Dim instance As IFormRegionFactory
Dim formRegion As FormRegion
Dim returnValue As IFormRegion

returnValue = instance.CreateFormRegion(formRegion)
IFormRegion CreateFormRegion (
    FormRegion formRegion
)
IFormRegion^ CreateFormRegion (
    FormRegion^ formRegion
)
function CreateFormRegion (
    formRegion : FormRegion
) : IFormRegion
Not applicable.

Parameters

  • formRegion
    FormRegion

See Also

Reference

IFormRegionFactory Type
Microsoft.Office.Tools.Outlook Namespace