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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.