GradientStopCollection.Parse(String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Converteert een String weergave van een GradientStopCollection naar het equivalent GradientStopCollection.
public:
static System::Windows::Media::GradientStopCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.GradientStopCollection Parse(string source);
static member Parse : string -> System.Windows.Media.GradientStopCollection
Public Shared Function Parse (source As String) As GradientStopCollection
Parameters
Retouren
Geeft als resultaat het equivalent GradientStopCollection.