Partager via


SocialFeedContent.TargetUri Propriété

Définition

Obtient ou définit l’URI (Uniform Resource Identifier) sur la cible du contenu.

public:
 property Uri ^ TargetUri { Uri ^ get(); void set(Uri ^ value); };
Uri TargetUri();

void TargetUri(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedContent 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("ISocialFeedContent 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("ISocialFeedContent 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("ISocialFeedContent 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 = socialFeedContent.targetUri;
socialFeedContent.targetUri = uri;
Public Property TargetUri As Uri

Valeur de propriété

URI (Uniform Resource Identifier) du contenu.

Attributs

S’applique à