Share via


Manager.FindDevice(Guid,String)

FindDevice メソッド

定義

Visual Basic Public Shared Function FindDevice( _
    ByVal guidClass As Guid, _
    ByVal name As String _
) As Guid
C# public static Guid FindDevice(
    Guid guidClass,
    string name
);
Managed C++ public: static Guid FindDevice(
    Guid guidClass,
    Stringname
);
JScript public static function FindDevice(
    guidClass : Guid,
    name : String
) : Guid;

パラメータ

guidClass System.Guid.
name System.String.

戻り値

System.Guid.

対象

Manager

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