CompositionEffectFactory.CompleteLoadAsync 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.
Completes loading the effect.
public:
virtual IAsyncOperation<CompositionEffectFactoryLoadResult ^> ^ CompleteLoadAsync() = CompleteLoadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<CompositionEffectFactoryLoadResult> CompleteLoadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<CompositionEffectFactoryLoadResult> CompleteLoadAsync();
function completeLoadAsync()
Public Function CompleteLoadAsync () As IAsyncOperation(Of CompositionEffectFactoryLoadResult)
Returns
Information about the result of the call.
- Attributes
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).