この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<DispIdAttribute(1610678279)> _
Public Overridable Property HostName As String Implements InfoPathEditor.HostName
'使用
Dim instance As InfoPathEditorObjectClass
Dim value As String
value = CType(instance, InfoPathEditor).HostName
CType(instance, InfoPathEditor).HostName = value
[DispIdAttribute(1610678279)]
public virtual string InfoPathEditor.HostName { get; set; }
関連項目
参照
InfoPathEditorObjectClass クラス
InfoPathEditorObjectClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間