SyndicationItem.ItemUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個專案的統一資源識別項 (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) 。
適用於