SocialFeedChildItem.TargetUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個子專案相關聯之目標專案的統一資源識別項 (URI) 。
public:
property Uri ^ TargetUri { Uri ^ get(); void set(Uri ^ value); };
Uri TargetUri();
void TargetUri(Uri value);
/// [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")]
/// [set: 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")]
Uri TargetUri();
void TargetUri(Uri value);
public System.Uri TargetUri { get; set; }
public System.Uri TargetUri { [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; [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")] set; }
var uri = socialFeedChildItem.targetUri;
socialFeedChildItem.targetUri = uri;
Public Property TargetUri As Uri
屬性值
與子專案相關聯的統一資源識別項 (URI) 。
- 屬性