次の方法で共有


EmailAdapterObjectClass.Subject プロパティ

この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
<DispIdAttribute(11)> _
Public Overridable Property Subject As String Implements EmailAdapter.Subject
'使用
Dim instance As EmailAdapterObjectClass
Dim value As String

value = CType(instance, EmailAdapter).Subject

CType(instance, EmailAdapter).Subject = value
[DispIdAttribute(11)] 
public virtual string EmailAdapter.Subject { get; set; }

関連項目

参照

EmailAdapterObjectClass クラス
EmailAdapterObjectClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間