Share via


Device.DeletePatch(Int32)

DeletePatch メソッド

キャッシュされていた高次パッチを解放する。

定義

Visual Basic Public Sub DeletePatch( _
    ByVal handle As Integer _
)
C# public void DeletePatch(
    int handle
);
Managed C++ public: void DeletePatch(
    int handle
);
JScript public function DeletePatch(
    handle : int
) : void;

パラメータ

handle System.Int32.

対象

Device

© 2002 Microsoft Corporation. All rights reserved. Terms of use.