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