GridCellLengthAttribute, constructeur
Initialise une nouvelle instance d'GridCellLengthAttribute.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
cellLength As Double _
)
public GridCellLengthAttribute(
double cellLength
)
public:
GridCellLengthAttribute(
double cellLength
)
new :
cellLength:float -> GridCellLengthAttribute
public function GridCellLengthAttribute(
cellLength : double
)
Paramètres
cellLength
Type : DoubleLongueur de la cellule.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.