Share via


CommentCollection.IndexOfGuid Method

Returns the index of the object with the specified GUID.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Function IndexOfGuid ( _
    guid As Guid _
) As Integer
'Usage
Dim instance As CommentCollection
Dim guid As Guid
Dim returnValue As Integer

returnValue = instance.IndexOfGuid(guid)
public virtual int IndexOfGuid(
    Guid guid
)

Parameters

Return Value

Type: System.Int32
The index of the object that has the specified GUID.

See Also

Reference

CommentCollection Class

CommentCollection Members

Microsoft.PerformancePoint.Scorecards Namespace