Compartilhar via


VideoChannelCollection.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 VideoChannel
'Uso
Dim instance As VideoChannelCollection
Dim id As Guid
Dim returnValue As VideoChannel

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

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.Publishing.VideoChannel

Ver também

Referência

VideoChannelCollection classe

VideoChannelCollection membros

Microsoft.SharePoint.Client.Publishing namespace