共用方式為


SyndicationItem.ItemUri 屬性

定義

取得這個專案的統一資源識別項 (URI) 。 AtomPubClient 會在建立新的資源之後建立這個屬性。

public:
 property Uri ^ ItemUri { Uri ^ get(); };
Uri ItemUri();
public System.Uri ItemUri { get; }
var uri = syndicationItem.itemUri;
Public ReadOnly Property ItemUri As Uri

屬性值

專案的統一資源識別項 (URI) 。

適用於