SPMobileComponent.VisibleWeight, propriété (Microsoft.SharePoint.MobileControls)

Gets the approximate weight of the control in characters.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Overrides ReadOnly Property VisibleWeight As Integer
'Utilisation
Dim instance As SPMobileComponent
Dim value As Integer

value = instance.VisibleWeight
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public override int VisibleWeight { get; }

Valeur de la propriété

An Int32 that represents the weight of the control measured in characters.

Notes

The default implementation returns 0 if Weightless is true.

For more information, see VisibleWeight and Pagination Support.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms
VisibleWeight

Autres ressources

Pagination Support