System.ProfileString[String, String] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 (por Section
exemplo, "BackgroundPrint" na subchave Opções).