Typography.GetAnnotationAlternates(DependencyObject) メソッド

定義

指定した依存関係オブジェクトの AnnotationAlternates 添付プロパティの値を返します。

public:
 static int GetAnnotationAlternates(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static int GetAnnotationAlternates (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetAnnotationAlternates : System.Windows.DependencyObject -> int
Public Shared Function GetAnnotationAlternates (element As DependencyObject) As Integer

パラメーター

element
DependencyObject

AnnotationAlternates プロパティの値の取得対象となる依存関係オブジェクト。

戻り値

指定した依存関係オブジェクトの FontFamily 添付プロパティの現在値。

属性

例外

elementnull の場合に発生します。

適用対象

こちらもご覧ください