Presentation.SlideIdList Property

List of Slide IDs.Represents the element tag in schema: p:sldIdLst

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SlideIdList As SlideIdList
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As SlideIdList

value = instance.SlideIdList

instance.SlideIdList = value
public SlideIdList SlideIdList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.SlideIdList
Returns SlideIdList.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace