Intersects メソッド

指定されたナレッジがこのナレッジと交差しているかどうかを示します。

名前空間:  Microsoft.Synchronization
アセンブリ:  Microsoft.Synchronization (Microsoft.Synchronization.dll 内)

構文

'宣言
Public Function Intersects ( _
    otherKnowledge As SyncKnowledge _
) As Boolean
'使用
Dim instance As SyncKnowledge
Dim otherKnowledge As SyncKnowledge
Dim returnValue As Boolean

returnValue = instance.Intersects(otherKnowledge)
public bool Intersects(
    SyncKnowledge otherKnowledge
)
public:
bool Intersects(
    SyncKnowledge^ otherKnowledge
)
member Intersects : 
        otherKnowledge:SyncKnowledge -> bool 
public function Intersects(
    otherKnowledge : SyncKnowledge
) : boolean

パラメーター

戻り値

型 : System. . :: . .Boolean
指定されたナレッジがこのナレッジと交差している場合は true、それ以外の場合は false です。

例外

例外 条件
InvalidOperationException

この SyncKnowledge オブジェクトは初期化されていません。

ArgumentNullException

otherKnowledge が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) です。

ArgumentOutOfRangeException

otherKnowledge は初期化されていません。

InvalidKnowledgeVersionException

otherKnowledge のバージョンが、MinimumCompatibilityLevel の値を下回っています。

参照

参照

SyncKnowledgeクラス

SyncKnowledge メンバー

Microsoft.Synchronization 名前空間