Compartilhar via


VideoCollection.GetById método

Namespace:  Microsoft.SharePoint.Client.Publishing
Assemblies:   Microsoft.SharePoint.Client.Publishing.Silverlight (em Microsoft.SharePoint.Client.Publishing.Silverlight.dll);  Microsoft.SharePoint.Client.Publishing.Phone (em Microsoft.SharePoint.Client.Publishing.Phone.dll)  Microsoft.SharePoint.Client.Publishing (em Microsoft.SharePoint.Client.Publishing.dll)

Sintaxe

'Declaração
Public Function GetById ( _
    id As Guid _
) As VideoItem
'Uso
Dim instance As VideoCollection
Dim id As Guid
Dim returnValue As VideoItem

returnValue = instance.GetById(id)
public VideoItem GetById(
    Guid id
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.Publishing.VideoItem

Ver também

Referência

VideoCollection classe

VideoCollection membros

Microsoft.SharePoint.Client.Publishing namespace