RibbonControlService.GetToolTipFooterImageSource(DependencyObject) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir nesnenin ekli özelliğinin ToolTipFooterImageSource değerini alır.
public:
static System::Windows::Media::ImageSource ^ GetToolTipFooterImageSource(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.ImageSource GetToolTipFooterImageSource (System.Windows.DependencyObject element);
static member GetToolTipFooterImageSource : System.Windows.DependencyObject -> System.Windows.Media.ImageSource
Public Shared Function GetToolTipFooterImageSource (element As DependencyObject) As ImageSource
Parametreler
- element
- DependencyObject
Özellik değerinin okunduğu nesne.
Döndürülenler
Nesnenin ToolTipFooterImageSource özellik değeri.
Özel durumlar
Belirtilen element
değeridir null
.