次の方法で共有


System.ProfileString[String, String] プロパティ

定義

次のサブキーの下にある Windows レジストリ内のエントリの値を設定または返します: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

パラメーター

Section
String

文字列 が必要です。 Windows レジストリの "HKEY_CURRENT_USER\Software\Microsoft\Office\version \Word" サブキーの下のサブキー。

Key
String

文字列 が必要です。 で Section 指定されたサブキー内のエントリの名前 (Options サブキーの "BackgroundPrint" など)。

プロパティ値

適用対象