Aracılığıyla paylaş


ServerComputer.Registry Özellik

Tanım

Kayıt defterini işlemek için özellikler ve yöntemler sağlayan bir nesnesi alır.

public:
 property Microsoft::VisualBasic::MyServices::RegistryProxy ^ Registry { Microsoft::VisualBasic::MyServices::RegistryProxy ^ get(); };
public Microsoft.VisualBasic.MyServices.RegistryProxy Registry { get; }
member this.Registry : Microsoft.VisualBasic.MyServices.RegistryProxy
Public ReadOnly Property Registry As RegistryProxy

Özellik Değeri

Bilgisayarın My.Computer.Registry nesnesi.

Örnekler

Bu örnek değerini Name okur HKEY_CURRENT_USER\Software\MyApp ve bir ileti kutusunda görüntüler.

Dim readValue As Object
readValue = My.Computer.Registry.GetValue(
  "HKEY_CURRENT_USER\Software\MyApp", "Name", Nothing)
MsgBox("The value is " & CStr(readValue))

Açıklamalar

Bu özellik nesneye RegistryProxy kolay erişim sağlar.

Şunlara uygulanır

Ayrıca bkz.