Skip to content

To use IVector #305

Closed
Closed
@uhuntu

Description

@uhuntu

I see here a comment microsoft/cppwinrt#13 (comment)

I would like to do the same thing in rust

let items: IVector<IInspectable> = ???;

let item = PropertyValue::create_string("hello").unwrap();
items.append(item).unwrap();

list_view.set_items_source(items).unwrap();

But what should I do ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions