SynchronizationAttribute.IsContextOK メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

<ComVisibleAttribute(True)> _ Public Overrides Function IsContextOK ( _ ctx As Context, _ msg As IConstructionCallMessage _ ) As Boolean
Dim instance As SynchronizationAttribute Dim ctx As Context Dim msg As IConstructionCallMessage Dim returnValue As Boolean returnValue = instance.IsContextOK(ctx, msg)
[ComVisibleAttribute(true)] public override bool IsContextOK ( Context ctx, IConstructionCallMessage msg )
[ComVisibleAttribute(true)] public: virtual bool IsContextOK ( Context^ ctx, IConstructionCallMessage^ msg ) override
/** @attribute ComVisibleAttribute(true) */ public boolean IsContextOK ( Context ctx, IConstructionCallMessage msg )
ComVisibleAttribute(true) public override function IsContextOK ( ctx : Context, msg : IConstructionCallMessage ) : boolean
- msg
この属性でマークされたコンテキスト バインド オブジェクトの構築時に収集された情報。SynchronizationAttribute は、コンテキストに対してプロパティの検査、追加、および削除を実行でき、同時にコンテキストがそのプロパティを受け入れることができるかどうかも確認します。
渡されたコンテキストが要件を満たしている場合は true。それ以外の場合は false。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSynchronizationAttribute.IsContextOK メソッドを検索する場合は、下記のリンクをクリックしてください。

- SynchronizationAttribute.IsContextOK メソッドのページへのリンク