Condividi tramite


Proprietà PropertyContainer.DialogCommandSource

Ottiene o imposta l'oggetto IInputElement da passare al metodo DialogPropertyValueEditor.ShowDialog come origine comando.

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

Sintassi

'Dichiarazione
Public Property DialogCommandSource As IInputElement
    Get
    Set
public IInputElement DialogCommandSource { get; set; }
public:
property IInputElement^ DialogCommandSource {
    IInputElement^ get ();
    void set (IInputElement^ value);
}
member DialogCommandSource : IInputElement with get, set
function get DialogCommandSource () : IInputElement
function set DialogCommandSource (value : IInputElement)

Valore proprietà

Tipo: System.Windows.IInputElement
Oggetto IInputElement da passare al metodo DialogPropertyValueEditor.ShowDialog come origine comando.

Informazioni proprietà di dipendenza

Campo dell'identificatore

DialogCommandSourceProperty

Proprietà dei metadati impostate su true

Nessuna correzione

Note

Se questa proprietà non è impostata in modo esplicito, il controllo corrente sarà passato come origine comando.

Nota

Il metodo DialogPropertyValueEditor.ShowDialog viene chiamato su un'istanza dell'oggetto DialogPropertyValueEditor se viene richiamato un editor di finestre di dialogo e se l'editor non specifica l'oggetto DataTemplate di una finestra di dialogo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyContainer Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Dependency Properties Overview