PropertyOrder.CreateAfter (Método)
Crea un objeto PropertyOrder que se agrega después del token especificado.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
Public Shared Function CreateAfter ( _
reference As PropertyOrder _
) As PropertyOrder
public static PropertyOrder CreateAfter(
PropertyOrder reference
)
public:
static PropertyOrder^ CreateAfter(
PropertyOrder^ reference
)
static member CreateAfter :
reference:PropertyOrder -> PropertyOrder
public static function CreateAfter(
reference : PropertyOrder
) : PropertyOrder
Parámetros
- reference
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Token de referencia.
Valor devuelto
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Un nuevo objeto PropertyOrder.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | El valor de reference es nullreferencia null (Nothing en Visual Basic). |
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)