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
.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.