Compartilhar via


VideoChannel.GetVideoCount 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 Overridable Function GetVideoCount As ClientResult(Of Integer)
'Uso
Dim instance As VideoChannel
Dim returnValue As ClientResult(Of Integer)

returnValue = instance.GetVideoCount()
public virtual ClientResult<int> GetVideoCount()

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<Int32>

Ver também

Referência

VideoChannel classe

VideoChannel membros

Microsoft.SharePoint.Client.Publishing namespace