Inheritance: IRandomAccessStreamWithContentType, IRandomAccessStream, IClosable, IInputStream, IOutputStream, IContentTypeProvider
Exemple #1
0
            public DisplayItem(DeviceInformation deviceInterface, DeviceThumbnail thumbnail, DeviceThumbnail glyph)
            {
                name = (string)deviceInterface.Properties["System.ItemNameDisplay"];

                id = "ID: " + deviceInterface.Id;
                isEnabled = "IsEnabled: " + deviceInterface.IsEnabled;
                thumb = thumbnail;
                glyphThumb = glyph;
            }