VisualTreeHelper.GetCacheMode(Visual) Metodo

Definizione

Recupera la rappresentazione memorizzata nella cache dell'oggetto Visual specificato.

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

Parametri

reference
Visual

Oggetto Visual per cui ottenere l'oggetto CacheMode.

Restituisce

CacheMode

Oggetto CacheMode per reference.

Si applica a

Vedi anche