IXpsFixedPageReader.GetResource(Uri) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有所指定統一資源識別項 (URI) 的資源。
public:
System::Windows::Xps::Packaging::XpsResource ^ GetResource(Uri ^ resourceUri);
public System.Windows.Xps.Packaging.XpsResource GetResource (Uri resourceUri);
abstract member GetResource : Uri -> System.Windows.Xps.Packaging.XpsResource
Public Function GetResource (resourceUri As Uri) As XpsResource
參數
- resourceUri
- Uri
資源的 URI。
傳回
具有指定之 URI 的資源。
備註
當您不知道具有指定 URI 之資源的特定類型時,請使用這個方法。 當您知道型別時,請使用這個類別所提供的其中一個型別特定方法。