Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the sound that's been set for the specified slide transition loops until the next sound starts. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property LoopSoundUntilNext As MsoTriState
Get
Set
'Usage
Dim instance As SlideShowTransition
Dim value As MsoTriState
value = instance.LoopSoundUntilNext
instance.LoopSoundUntilNext = value
MsoTriState LoopSoundUntilNext { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the LoopSoundUntilNext property can be one of these MsoTriState constants.
Constant |
Description |
|---|---|
The sound that's been set for the specified slide transition does not loop. |
|
The sound that's been set for the specified slide transition loops until the next sound starts. |