IXamlDirect.AddToCollection(Object, Object) 方法

定义

将值添加到指定的 IXamlDirect 集合。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public:
 void AddToCollection(Platform::Object ^ xamlDirectObject, Platform::Object ^ value);
void AddToCollection(IInspectable const& xamlDirectObject, IInspectable const& value);
public void AddToCollection(object xamlDirectObject, object value);
Public Sub AddToCollection (xamlDirectObject As Object, value As Object)

参数

xamlDirectObject
Object

Platform::Object

IInspectable

指特定的 IXamlDirect 集合。

value
Object

Platform::Object

IInspectable

引用要添加到集合的 IXamlDirect 值。

注解

IXamlDirect 是 Xaml 内部对象实例的最小句柄。 因此,要添加到集合的集合和值都是 IXamlDirect 类型。

适用于

另请参阅