SoundName

ISlideShowTransition.SoundName property

指定过渡的声音的人类可读名称。必须为Sound属性赋值才能获取或设置声音名称。可读写字符串。

public string SoundName { get; set; }

Exceptions

exceptioncondition
PptxExceptionSound属性未赋值时。

Remarks

该名称在手动配置过渡声音时会出现在PowerPoint用户界面中。

See Also