Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.