ApplicationVersionMatch 列挙型

定義

コレクション内のアプリケーション信頼を検索する場合にバージョンを一致させる方法を指定します。

public enum class ApplicationVersionMatch
public enum ApplicationVersionMatch
[System.Runtime.InteropServices.ComVisible(true)]
public enum ApplicationVersionMatch
type ApplicationVersionMatch = 
[<System.Runtime.InteropServices.ComVisible(true)>]
type ApplicationVersionMatch = 
Public Enum ApplicationVersionMatch
継承
ApplicationVersionMatch
属性

フィールド

MatchAllVersions 1

すべてのバージョンで一致します。

MatchExactVersion 0

特定のバージョンで一致します。

注釈

ApplicationTrustCollection メソッドと Find メソッドはRemove、アプリケーションのすべてのバージョンまたは正確なバージョンで動作できます。 ApplicationVersionMatch列挙により、呼び出し元は目的の動作を指定できます。

適用対象