Share via


CommentCollection.IndexOfGuid Method (Microsoft.PerformancePoint.Scorecards)

Gets the index of 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

  • guid
    The GUID to find.

Return Value

The index of the comment.

See Also

Reference

CommentCollection Class
CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace