System.ProfileString[String, String] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
次のサブキーの下にある 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" など)。