GridUnitTypeAttribute Constructor
Initializes a new instance of GridUnitTypeAttribute.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
‘선언
Public Sub New ( _
gridUnitType As GridUnitType _
)
public GridUnitTypeAttribute(
GridUnitType gridUnitType
)
public:
GridUnitTypeAttribute(
GridUnitType gridUnitType
)
new :
gridUnitType:GridUnitType -> GridUnitTypeAttribute
public function GridUnitTypeAttribute(
gridUnitType : GridUnitType
)
Parameters
- gridUnitType
Type: System.Windows.GridUnitType
The GridUnitType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.