IXpsFixedPageReader.GetResource(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the resource that has the specified uniform resource identifier (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
Parameters
- resourceUri
- Uri
The URI of the resource.
Returns
The resource that has the specified Uri.
Remarks
Use this method when you do not know the specific type of the resource with the specified URI. When you do know the type, use one of the type-specific methods that is provided by this class.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.