InitialValueExpressionCollection Class
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.
public ref class InitialValueExpressionCollection sealed : CompositionObject, IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^>, IMap<Platform::String ^, Platform::String ^>
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InitialValueExpressionCollection final : CompositionObject, IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>>, IMap<winrt::hstring, winrt::hstring const&>
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
class InitialValueExpressionCollection final : CompositionObject, IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>>, IMap<winrt::hstring, winrt::hstring const&>
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InitialValueExpressionCollection : CompositionObject, IDictionary<string,string>, IEnumerable<KeyValuePair<string,string>>
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public sealed class InitialValueExpressionCollection : CompositionObject, IDictionary<string,string>, IEnumerable<KeyValuePair<string,string>>
Public NotInheritable Class InitialValueExpressionCollection
Inherits CompositionObject
Implements IDictionary(Of String, String), IEnumerable(Of KeyValuePair(Of String, String))
- Inheritance
- Attributes
- Implements
-
IDictionary<String,String> IMap<Platform::String,Platform::String> IMap<winrt::hstring,winrt::hstring> IIterable<IKeyValuePair<K,V>> IEnumerable<KeyValuePair<K,V>> IEnumerable<KeyValuePair<String,String>> IIterable<IKeyValuePair<Platform::String,Platform::String>> IIterable<IKeyValuePair<winrt::hstring,winrt::hstring>>
Properties
| Name | Description |
|---|---|
| Comment | (Inherited from CompositionObject) |
| Compositor | (Inherited from CompositionObject) |
| DispatcherQueue | (Inherited from CompositionObject) |
| ImplicitAnimations | (Inherited from CompositionObject) |
| Properties | (Inherited from CompositionObject) |
| Size | |
Methods
| Name | Description |
|---|---|
| Clear() | |
| Close() | (Inherited from CompositionObject) |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from CompositionObject) |
| First() | |
| GetView() | |
| HasKey(String) | |
| Insert(String, String) | |
| Lookup(String) | |
| PopulatePropertyInfo(String, AnimationPropertyInfo) | (Inherited from CompositionObject) |
| Remove(String) | |
| StartAnimation(String, CompositionAnimation, AnimationController) | (Inherited from CompositionObject) |
| StartAnimation(String, CompositionAnimation) | (Inherited from CompositionObject) |
| StartAnimationGroup(ICompositionAnimationBase) | (Inherited from CompositionObject) |
| StopAnimation(String) | (Inherited from CompositionObject) |
| StopAnimationGroup(ICompositionAnimationBase) | (Inherited from CompositionObject) |
| TryGetAnimationController(String) | (Inherited from CompositionObject) |