include: Use nested namespaces in windows.system.userprofile.idl.
This commit is contained in:
parent
76ac3850c7
commit
8ff59986d5
1 changed files with 30 additions and 37 deletions
|
@ -29,20 +29,12 @@ import "windows.foundation.idl";
|
|||
import "windows.globalization.idl";
|
||||
#endif
|
||||
|
||||
namespace Windows {
|
||||
namespace System {
|
||||
namespace UserProfile {
|
||||
namespace Windows.System.UserProfile {
|
||||
|
||||
interface IGlobalizationPreferencesStatics;
|
||||
interface IGlobalizationPreferencesStatics2;
|
||||
interface IGlobalizationPreferencesStatics3;
|
||||
runtimeclass GlobalizationPreferences;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Windows {
|
||||
namespace System {
|
||||
namespace UserProfile {
|
||||
|
||||
[
|
||||
contract(Windows.Foundation.UniversalApiContract, 1.0),
|
||||
|
@ -59,14 +51,15 @@ namespace Windows {
|
|||
[propget] HRESULT WeekStartsOn([out, retval] Windows.Globalization.DayOfWeek *value);
|
||||
}
|
||||
|
||||
[contract(Windows.Foundation.UniversalApiContract, 1.0)]
|
||||
[marshaling_behavior(agile)]
|
||||
[static(Windows.System.UserProfile.IGlobalizationPreferencesStatics, Windows.Foundation.UniversalApiContract, 1.0)]
|
||||
[static(Windows.System.UserProfile.IGlobalizationPreferencesStatics2, Windows.Foundation.UniversalApiContract, 5.0)]
|
||||
[static(Windows.System.UserProfile.IGlobalizationPreferencesStatics3, Windows.Foundation.UniversalApiContract, 6.0)]
|
||||
[
|
||||
contract(Windows.Foundation.UniversalApiContract, 1.0),
|
||||
marshaling_behavior(agile),
|
||||
static(Windows.System.UserProfile.IGlobalizationPreferencesStatics, Windows.Foundation.UniversalApiContract, 1.0),
|
||||
static(Windows.System.UserProfile.IGlobalizationPreferencesStatics2, Windows.Foundation.UniversalApiContract, 5.0),
|
||||
static(Windows.System.UserProfile.IGlobalizationPreferencesStatics3, Windows.Foundation.UniversalApiContract, 6.0),
|
||||
]
|
||||
runtimeclass GlobalizationPreferences
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue