Proprietà DependencyPropertyValueSource.IsStaticResource
Ottiene un valore che indica se DependencyPropertyValueSource 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 ReadOnly Property IsStaticResource As Boolean
Get
public bool IsStaticResource { get; }
public:
property bool IsStaticResource {
bool get ();
}
member IsStaticResource : bool
function get IsStaticResource () : boolean
Valore proprietà
Tipo: System.Boolean
true se l'oggetto rappresenta una proprietà impostata su una risorsa statica; in caso contrario, false.
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