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) 。