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

要為其取得 VisualCacheMode

傳回

CacheMode

referenceCacheMode

適用於

另請參閱