Compartir a través de


System.ProfileString[String, String] Propiedad

Definición

Devuelve o establece un valor de una entrada en el registro de Windows en la siguiente subclave: 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 requerida. Subclave debajo de la subclave "HKEY_CURRENT_USER\Software\Microsoft\Office\version \Word" en el Registro de Windows.

Key
String

String requerida. Nombre de la entrada en la subclave especificada por (por Section ejemplo, "BackgroundPrint" en la subclave Options).

Valor de propiedad

Se aplica a