PresentationSource.FromVisual(Visual) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the source in which a provided Visual is presented.
public:
static System::Windows::PresentationSource ^ FromVisual(System::Windows::Media::Visual ^ visual);
[System.Security.SecurityCritical]
public static System.Windows.PresentationSource FromVisual (System.Windows.Media.Visual visual);
public static System.Windows.PresentationSource FromVisual (System.Windows.Media.Visual visual);
[<System.Security.SecurityCritical>]
static member FromVisual : System.Windows.Media.Visual -> System.Windows.PresentationSource
static member FromVisual : System.Windows.Media.Visual -> System.Windows.PresentationSource
Public Shared Function FromVisual (visual As Visual) As PresentationSource
Parameters
Returns
The PresentationSource in which the visual is being presented, or null
if visual
is disposed.
- Attributes
Exceptions
visual
is null
.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.