Condividi tramite


Metodo DesignerView.GetDesignerView

Ottiene il valore della proprietà connessa DesignerView per l'elemento specificato.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Shared Function GetDesignerView ( _
    element As DependencyObject _
) As DesignerView
public static DesignerView GetDesignerView(
    DependencyObject element
)
public:
static DesignerView^ GetDesignerView(
    DependencyObject^ element
)
static member GetDesignerView : 
        element:DependencyObject -> DesignerView 
public static function GetDesignerView(
    element : DependencyObject
) : DesignerView

Parametri

Valore restituito

Tipo: Microsoft.Windows.Design.Interaction.DesignerView
Proprietà associata DesignerView per element.

Note

Questa proprietà viene impostata sull'istanza di DesignerView durante la costruzione. Tutti gli elementi nella struttura ad albero logica ereditano questo valore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DesignerView Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

AdornerPanel

Altre risorse

Procedura dettagliata: creazione di uno strumento decorativo visuale in fase di progettazione

Architettura degli strumenti decorativi visuali