GridCellLengthAttribute 构造函数

初始化 GridCellLengthAttribute 的新实例。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Public Sub New ( _
    cellLength As Double _
)
public GridCellLengthAttribute(
    double cellLength
)
public:
GridCellLengthAttribute(
    double cellLength
)
new : 
        cellLength:float -> GridCellLengthAttribute
public function GridCellLengthAttribute(
    cellLength : double
)

参数

  • cellLength
    类型:Double

    该单元格的长度。

.NET Framework 安全性

请参阅

参考

GridCellLengthAttribute 类

Microsoft.VisualStudio.Text.Editor 命名空间