DependencyPropertyValueSource.LocalDynamicResource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of a property that represents a LocalDynamicResource reference.
public:
static property System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ LocalDynamicResource { System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ get(); };
public static System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource LocalDynamicResource { get; }
static member LocalDynamicResource : System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource
Public Shared ReadOnly Property LocalDynamicResource As DependencyPropertyValueSource
Property Value
A value source that contains a dynamic resource reference.
Remarks
Dynamic resource provides a value for a XAML property by deferring that value to be a runtime reference to a resource. A dynamic resource reference forces a new lookup each time that such a resource is accessed.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.