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