ICompatibilityDirector.IsCompatible(UInt16, UInt16) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
true
如果介面的目前版本與要求的版本相容,則傳回 , false
否則傳回 。
public bool IsCompatible (ushort requestedVersion, ushort currentVersion);
abstract member IsCompatible : uint16 * uint16 -> bool
Public Function IsCompatible (requestedVersion As UShort, currentVersion As UShort) As Boolean
參數
- requestedVersion
- UInt16
要求的介面版本。
- currentVersion
- UInt16
目前可用的介面版本。
傳回
true
如果介面的目前版本與要求的版本相容,則為 , false
否則為 。