_PlaySoundRuleAction.FilePath プロパティ

定義

サウンド ファイル (.wav) への完全なファイル パスを表す String (C#の文字列 ) を設定または返します。 読み取り/書き込みが可能です。

public:
 property System::String ^ FilePath { System::String ^ get(); void set(System::String ^ value); };
public string FilePath { get; set; }
Public Property FilePath As String

プロパティ値

注釈

パスが無効な場合はエラーを返します。

適用対象