Compartir a través de


AdornerPanel.SetPlacements (Método)

Nota: esta API ya está obsoleta. Establece el valor de la propiedad adjunta Placements del elemento proporcionado.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Shared Sub SetPlacements ( _
    adorner As UIElement, _
    value As AdornerPlacementCollection _
)
public static void SetPlacements(
    UIElement adorner,
    AdornerPlacementCollection value
)
public:
static void SetPlacements(
    UIElement^ adorner, 
    AdornerPlacementCollection^ value
)
static member SetPlacements : 
        adorner:UIElement * 
        value:AdornerPlacementCollection -> unit 
public static function SetPlacements(
    adorner : UIElement, 
    value : AdornerPlacementCollection
)

Parámetros

Excepciones

Excepción Condición
ArgumentNullException

El valor de adorner es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

AdornerPanel Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Arquitectura de los adornos

Proveedores de características y conectores de características