RegistryValue.FromValue(String, Object) 메서드

정의

지정된 이름의 지정된 값에서 RegistryValue instance 만듭니다.

public static Microsoft.VisualStudio.Utilities.Internal.RegistryValue FromValue (string name, object value);
static member FromValue : string * obj -> Microsoft.VisualStudio.Utilities.Internal.RegistryValue
Public Shared Function FromValue (name As String, value As Object) As RegistryValue

매개 변수

name
String

RegistryValue의 이름

value
Object

RegistryValue에 할당된 값

반환

새 RegistryValue instance 반환합니다.

적용 대상