Freigeben über


SyncDataSet.SyncValueTranslationsDataTable.FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE-Methode

Ein SyncValueTranslationsRow -Objekt mithilfe der angegebenen GUID der Liste, die GUID des Felds und der Wert im entsprechenden Feld abgerufen.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE ( _
    SYNC_WSS_LIST_UID As Guid, _
    SYNC_WSS_FIELD_UID As Guid, _
    SYNC_WSS_VALUE As String _
) As SyncDataSet.SyncValueTranslationsRow
'Usage
Dim instance As SyncDataSet.SyncValueTranslationsDataTable
Dim SYNC_WSS_LIST_UID As Guid
Dim SYNC_WSS_FIELD_UID As Guid
Dim SYNC_WSS_VALUE As String
Dim returnValue As SyncDataSet.SyncValueTranslationsRow

returnValue = instance.FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE(SYNC_WSS_LIST_UID, _
    SYNC_WSS_FIELD_UID, SYNC_WSS_VALUE)
public SyncDataSet.SyncValueTranslationsRow FindBySYNC_WSS_LIST_UIDSYNC_WSS_FIELD_UIDSYNC_WSS_VALUE(
    Guid SYNC_WSS_LIST_UID,
    Guid SYNC_WSS_FIELD_UID,
    string SYNC_WSS_VALUE
)

Parameter

  • SYNC_WSS_LIST_UID
    Typ: System.Guid

    Enthält die Listen-GUID in Windows SharePoint Services.

  • SYNC_WSS_FIELD_UID
    Typ: System.Guid

    Enthält das Feld GUID in Windows SharePoint Services.

  • SYNC_WSS_VALUE
    Typ: System.String

    Enthält den Wert des entsprechenden Felds.

Rückgabewert

Typ: WebSvcProject.SyncDataSet.SyncValueTranslationsRow

Siehe auch

Referenz

SyncDataSet.SyncValueTranslationsDataTable Klasse

SyncDataSet.SyncValueTranslationsDataTable-Member

WebSvcProject-Namespace