Compartilhar via


SPItemKey class

Encapsula informações que identifica um item de lista.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Workflow.SPItemKey

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

Syntax

'Declaração
<SerializableAttribute> _
<NoNameChangeOnRemoteAuthoringAttribute> _
<ProxyTypeConverterAttribute(GetType(StringConverter))> _
Public NotInheritable Class SPItemKey
'Uso
Dim instance As SPItemKey
[SerializableAttribute]
[NoNameChangeOnRemoteAuthoringAttribute]
[ProxyTypeConverterAttribute(typeof(StringConverter))]
public sealed class SPItemKey

Comentários

A classe SPItemKey encapsula informações que podem ser usadas para identificar um item da lista, incluindo os itens de uma lista que tenha uma fonte de dados externa. Por exemplo. uma instância desse tipo pode ser usada para recuperar um item de lista, chamando o método GetListItem(SPList, SPItemKey) da classe WorkflowContext .

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPItemKey members

Microsoft.SharePoint.Workflow namespace

GetListItem(SPList, SPItemKey)