DeletedKeyIdentifier.IsDeletedKeyIdentifier(String) メソッド

定義

識別子がキー コンテナーで削除されたキーに属しているかどうかを確認します。

public static bool IsDeletedKeyIdentifier (string identifier);
static member IsDeletedKeyIdentifier : string -> bool
Public Shared Function IsDeletedKeyIdentifier (identifier As String) As Boolean

パラメーター

identifier
String

キー コンテナーによってキー識別子が削除されました。

戻り値

True を指定すると、識別子がキー コンテナーによって削除されたキーに属します。 それ以外の場合は false です。

適用対象