Compartilhar via


SPItemKey.ToString method

Retorna uma representação de seqüência de caracteres da atual SPItemKey.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Overrides Function ToString As String
'Uso
Dim instance As SPItemKey
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Valor retornado

Type: System.String
Uma seqüência de caracteres que representa o atual SPItemKey.

Comentários

Essa substituição retorna o valor da propriedade Key .

Ver também

Referência

SPItemKey class

SPItemKey members

Microsoft.SharePoint.Workflow namespace