Struct windows_sys::Win32::UI::Xaml::Diagnostics::CollectionElementValue
[−]#[repr(C)]pub struct CollectionElementValue {
pub Index: u32,
pub ValueType: BSTR,
pub Value: BSTR,
pub MetadataBits: i64,
}Expand description
Required features: ‘Win32_UI_Xaml_Diagnostics’, ‘Win32_Foundation’
Fields
Index: u32ValueType: BSTRValue: BSTRMetadataBits: i64