InfoPathEventHandlerAttribute クラス
フォーム コード内のイベント ハンドラを定義するには、この属性を適用します。
名前空間: Microsoft.Office.Interop.InfoPath.SemiTrust
アセンブリ: Microsoft.Office.Interop.InfoPath.SemiTrust (microsoft.office.interop.infopath.semitrust.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Method)> _
Public NotInheritable Class InfoPathEventHandlerAttribute
Inherits Attribute
'使用
Dim instance As InfoPathEventHandlerAttribute
[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class InfoPathEventHandlerAttribute : Attribute
コメント
重要 : |
---|
イベント ハンドラに対する InfoPathEventHandler 属性の指定でエラーが発生するのを防ぐため、イベント ハンドラ コードにスタブを追加するには、InfoPath ユーザー インターフェイスのコマンドだけを使用する必要があります。詳細については、「[方法] InfoPath 2003 オブジェクト モデルを使用してイベント ハンドラを追加する方法」を参照してください。 |
継承階層
System.Object
System.Attribute
Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
関連項目
参照
InfoPathEventHandlerAttribute のメンバ
Microsoft.Office.Interop.InfoPath.SemiTrust 名前空間