DependencyPropertyValueSource.CustomMarkupExtension 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 a property element in XAML code that contains a markup extension.
public:
static property System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ CustomMarkupExtension { System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ get(); };
public static System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource CustomMarkupExtension { get; }
static member CustomMarkupExtension : System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource
Public Shared ReadOnly Property CustomMarkupExtension As DependencyPropertyValueSource
Property Value
A value source that is a XAML element that contains a markup extension.
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.