XpsPackagingPolicy.AcquireResourceStreamForXpsColorContext(String) 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.
Acquires the resource stream for a specified XpsColorContext.
public:
override System::Windows::Xps::Serialization::XpsResourceStream ^ AcquireResourceStreamForXpsColorContext(System::String ^ resourceId);
public override System.Windows.Xps.Serialization.XpsResourceStream AcquireResourceStreamForXpsColorContext (string resourceId);
override this.AcquireResourceStreamForXpsColorContext : string -> System.Windows.Xps.Serialization.XpsResourceStream
Public Overrides Function AcquireResourceStreamForXpsColorContext (resourceId As String) As XpsResourceStream
Parameters
- resourceId
- String
The resource identifier of the color context.
Returns
The resource stream for the XpsColorContext that has the specified resourceId
.