NativeMethods.SCROLLINFO, constructeur
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
cbSize As UInteger, _
fMask As UInteger, _
nMin As Integer, _
nMax As Integer, _
nPage As UInteger, _
nPos As Integer, _
nTrackPos As Integer _
)
public SCROLLINFO(
uint cbSize,
uint fMask,
int nMin,
int nMax,
uint nPage,
int nPos,
int nTrackPos
)
Paramètres
- cbSize
Type : System.UInt32
- fMask
Type : System.UInt32
- nMin
Type : System.Int32
- nMax
Type : System.Int32
- nPage
Type : System.UInt32
- nPos
Type : System.Int32
- nTrackPos
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.