Udostępnij za pośrednictwem


BaseUriHelper.GetBaseUri(DependencyObject) Metoda

Definicja

Pobiera wartość BaseUri dla określonego UIElementelementu .

public:
 static Uri ^ GetBaseUri(System::Windows::DependencyObject ^ element);
[System.Security.SecurityCritical]
public static Uri GetBaseUri (System.Windows.DependencyObject element);
public static Uri GetBaseUri (System.Windows.DependencyObject element);
[<System.Security.SecurityCritical>]
static member GetBaseUri : System.Windows.DependencyObject -> Uri
static member GetBaseUri : System.Windows.DependencyObject -> Uri
Public Shared Function GetBaseUri (element As DependencyObject) As Uri

Parametry

element
DependencyObject

Element, z którego jest odczytywana wartość właściwości.

Zwraca

Uri

Podstawowy identyfikator URI danego elementu.

Atrybuty

Wyjątki

element to null.

Uwagi

Użyj tej metody, aby pobrać IUriContext.BaseUri właściwość, jeśli jest zaimplementowana lub BaseUri dołączona właściwość, jeśli jest ustawiona na element. GetBaseUri spowoduje przejście przez elementy nadrzędne elementu , element aby wyszukać najbliższą BaseUri właściwość (IUriContext lub dołączoną).

Dotyczy