StageCustomFieldCollection classe
Representa uma coleção de objetos de StageCustomField , que são campos personalizados em um estágio do fluxo de trabalho.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<StageCustomField>
Microsoft.ProjectServer.Client.StageCustomFieldCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<ScriptTypeAttribute("PS.StageCustomFieldCollection", ServerTypeId := "{6c05cbb3-dc3b-49e7-81e6-aa6c79c3f9d1}")> _
Public Class StageCustomFieldCollection _
Inherits ClientObjectCollection(Of StageCustomField)
'Uso
Dim instance As StageCustomFieldCollection
[ScriptTypeAttribute("PS.StageCustomFieldCollection", ServerTypeId = "{6c05cbb3-dc3b-49e7-81e6-aa6c79c3f9d1}")]
public class StageCustomFieldCollection : ClientObjectCollection<StageCustomField>
Segurança de thread
Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.
Ver também
Referência
StageCustomFieldCollection membros
Microsoft.ProjectServer.Client namespace