次の方法で共有


SyncKnowledge.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
)
public boolean Intersects (
    SyncKnowledge otherKnowledge
)
public function Intersects (
    otherKnowledge : SyncKnowledge
) : boolean

パラメーター

  • otherKnowledge
    [in] 交差部分があるかどうかを確認するためにこのオブジェクトと照合されるナレッジです。

戻り値

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

参照

リファレンス

SyncKnowledge クラス
SyncKnowledge メンバー
Microsoft.Synchronization 名前空間