Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が探しているのはこれと同等です:
IUser owner = someContentItem.Owner;
IUser owner = someContentItem.As<ICommonPart>().Owner;.
IUser owner = someContentItem.As<ICommonPart>().Owner;
これを使用するには、アイテムをCommonPart添付する必要があります (ほとんどの場合そうです)。
CommonPart