GridUnitTypeAttribute.GridUnitType, propriété
Obtient le type d'unité de la grille.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public Property GridUnitType As GridUnitType
public GridUnitType GridUnitType { get; private set; }
public:
property GridUnitType GridUnitType {
GridUnitType get ();
private: void set (GridUnitType value);
}
member GridUnitType : GridUnitType with get, private set
function get GridUnitType () : GridUnitType
private function set GridUnitType (value : GridUnitType)
Valeur de propriété
Type : GridUnitType
Élément GridUnitType.
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.