VisualTreeHelper.GetCacheMode(Visual) メソッド

定義

指定した Visual のキャッシュされた表現を取得します。

public:
 static System::Windows::Media::CacheMode ^ GetCacheMode(System::Windows::Media::Visual ^ reference);
public static System.Windows.Media.CacheMode GetCacheMode (System.Windows.Media.Visual reference);
static member GetCacheMode : System.Windows.Media.Visual -> System.Windows.Media.CacheMode
Public Shared Function GetCacheMode (reference As Visual) As CacheMode

パラメーター

reference
Visual

Visual を取得する対象の CacheMode

戻り値

CacheMode

referenceCacheMode

適用対象

こちらもご覧ください