summaryrefslogtreecommitdiff
path: root/winrt/winapp/LVContents.h
blob: 1ca4179cff026432049e3010becdde09601cb3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
namespace ListViewContents {
  [Windows::UI::Xaml::Data::Bindable]
  public ref class LVContents sealed
  {
  public:
    LVContents(void);
    property Platform::String^ ContentItem;
    property int Page;

  };
}