Proprietà DependencyPropertyValueSource.StaticResource
Ottiene un oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su una risorsa statica.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property StaticResource As DependencyPropertyValueSource
Get
public static DependencyPropertyValueSource StaticResource { get; }
public:
static property DependencyPropertyValueSource^ StaticResource {
DependencyPropertyValueSource^ get ();
}
static member StaticResource : DependencyPropertyValueSource
static function get StaticResource () : DependencyPropertyValueSource
Valore proprietà
Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su una risorsa statica.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DependencyPropertyValueSource Classe
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing