次の方法で共有


SocialFeedItem.Style プロパティ

定義

写真や既定値など、この項目のスタイルを取得または設定します。

public:
 property SocialFeedItemStyle Style { SocialFeedItemStyle get(); void set(SocialFeedItemStyle value); };
SocialFeedItemStyle Style();

void Style(SocialFeedItemStyle value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialFeedItemStyle Style();

void Style(SocialFeedItemStyle value);
public SocialFeedItemStyle Style { get; set; }
public SocialFeedItemStyle Style { [Windows.Foundation.Metadata.Deprecated("ISocialFeedItem 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; [Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var socialFeedItemStyle = socialFeedItem.style;
socialFeedItem.style = socialFeedItemStyle;
Public Property Style As SocialFeedItemStyle

プロパティ値

このアイテムのスタイル。

属性

適用対象