SocialFeedChildItem.Author Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Autor des untergeordneten Elements ab.
public:
property SocialUserInfo ^ Author { SocialUserInfo ^ get(); };
SocialUserInfo Author();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialUserInfo Author();
public SocialUserInfo Author { get; }
public SocialUserInfo Author { [Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; }
var socialUserInfo = socialFeedChildItem.author;
Public ReadOnly Property Author As SocialUserInfo
Eigenschaftswert
Der Autor des untergeordneten Elements.
- Attribute