Método PropertyOrder.CreateAfter
Cria um PropertyOrder objeto que é adicionado após o token especificado.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
O token de referência.
Valor de retorno
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Uma nova PropertyOrder objeto.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | reference is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing