Compartilhar via


SectionProperties.SectionID Method

Returns the unique identifier of the specified section.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function SectionID ( _
    sectionIndex As Integer _
) As String
'Usage
Dim instance As SectionProperties
Dim sectionIndex As Integer
Dim returnValue As String

returnValue = instance.SectionID(sectionIndex)
string SectionID(
    int sectionIndex
)

Parameters

Return Value

Type: System.String

Remarks

The returned identifier is in the form "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX}", where each "X" is a hexadecimal digit.

See Also

Reference

SectionProperties Interface

SectionProperties Members

Microsoft.Office.Interop.PowerPoint Namespace