PassportIdentity.GetCurrentConfig(String) 方法

定义

获取 HKLM\SW\Microsoft\Passport 配置单元下的注册表项的内容。 此类已弃用。

public:
 System::Object ^ GetCurrentConfig(System::String ^ strAttribute);
public object GetCurrentConfig (string strAttribute);
member this.GetCurrentConfig : string -> obj
Public Function GetCurrentConfig (strAttribute As String) As Object

参数

strAttribute
String

注册表项的名称。

返回

Object

注册表项的内容。

注解

此类已被弃用,不再受支持。 Microsoft Passport Network 已替换为 Windows Live ID。

适用于