CompositionEffect.GetSourceParameter(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取源参数。
public:
virtual ICompositionSurface ^ GetSourceParameter(Platform::String ^ name) = GetSourceParameter;
ICompositionSurface GetSourceParameter(winrt::hstring const& name);
public ICompositionSurface GetSourceParameter(string name);
function getSourceParameter(name)
Public Function GetSourceParameter (name As String) As ICompositionSurface
参数
- name
-
String
Platform::String
winrt::hstring
名称。
返回
源。
注解
重要
此 API 仅存在于 Windows 10 版本 1507 (内部版本 10240) 中。