System.ProfileString[String, String] Propriedade

Definição

Retorna ou define um valor para uma entrada no registro do Windows sob a seguinte subchave: HKEY_CURRENT_USER\Software\Microsoft\Office\version\Word.

public:
 property System::String ^ ProfileString[System::String ^, System::String ^] { System::String ^ get(System::String ^ Section, System::String ^ Key); void set(System::String ^ Section, System::String ^ Key, System::String ^ value); };
public string ProfileString[string Section, string Key] { get; set; }
member this.ProfileString(string * string) : string with get, set
Public Property ProfileString(Section As String, Key As String) As String

Parâmetros

Section
String

String necessário. Uma subchave abaixo da subchave "HKEY_CURRENT_USER \Software\Microsoft\Office\version \Word" no registro do Windows.

Key
String

String necessário. O nome da entrada na subchave especificada por Section (por exemplo, "BackgroundPrint" na subchave opções).

Valor da propriedade

String

Aplica-se a