CompositionEffect.SetSourceParameter(String, ICompositionSurface) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le paramètre source.
public:
virtual void SetSourceParameter(Platform::String ^ name, ICompositionSurface ^ source) = SetSourceParameter;
void SetSourceParameter(winrt::hstring const& name, ICompositionSurface const& source);
public void SetSourceParameter(string name, ICompositionSurface source);
function setSourceParameter(name, source)
Public Sub SetSourceParameter (name As String, source As ICompositionSurface)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom.
- source
- ICompositionSurface
Source.
Remarques
Important
Cette API existe uniquement dans Windows 10, version 1507 (build 10240).