Proprietà PropertyOrder.Late
Ottiene la posizione subordinata nell'ordine definita dal sistema.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property Late As PropertyOrder
Get
public static PropertyOrder Late { get; }
public:
static property PropertyOrder^ Late {
PropertyOrder^ get ();
}
static member Late : PropertyOrder
static function get Late () : PropertyOrder
Valore proprietà
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Istanza di PropertyOrder che rappresenta la posizione subordinata nell'ordine definita dal sistema.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing