This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2241
'identifier' : member access is restricted
Code attempts to access a private or protected member.
Possible solutions
- Change the access level of the member.
- Declare the member a friend of the accessing function.