XamlDirect.GetDoubleProperty(IXamlDirectObject, XamlPropertyIndex) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Wert einer Double-Eigenschaft für ein bestimmtes IXamlDirectObject ab.
public:
virtual double GetDoubleProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetDoubleProperty;
double GetDoubleProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public double GetDoubleProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getDoubleProperty(xamlDirectObject, propertyIndex)
Public Function GetDoubleProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Double
Parameter
- xamlDirectObject
- IXamlDirectObject
Ein Verweis auf das spezifische IXamlDirectObject.
- propertyIndex
- XamlPropertyIndex
Ein Verweis auf die Double-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration abzurufen.
Gibt zurück
double
Double-Wert der angegebenen Eigenschaft.