VideoChannel.GetVideoCount - Méthode
Espace de noms : Microsoft.SharePoint.Client.Publishing
Assemblys : Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)
Syntaxe
'Déclaration
Public Overridable Function GetVideoCount As ClientResult(Of Integer)
'Utilisation
Dim instance As VideoChannel
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetVideoCount()
public virtual ClientResult<int> GetVideoCount()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Int32>