Freigeben über


SocialFeedSharedItem.OriginalSource Eigenschaft

Definition

Ruft den ursprünglichen URI (Uniform Resource Identifier) des freigegebenen Elements ab oder legt diesen fest.

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

void OriginalSource(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem 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("ISocialFeedSharedItem 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 OriginalSource();

void OriginalSource(Uri value);
public System.Uri OriginalSource { get; set; }
public System.Uri OriginalSource { [Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem 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("ISocialFeedSharedItem 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 = socialFeedSharedItem.originalSource;
socialFeedSharedItem.originalSource = uri;
Public Property OriginalSource As Uri

Eigenschaftswert

Der ursprüngliche URI (Uniform Resource Identifier) des freigegebenen Elements.

Attribute

Gilt für: