BasePackagingPolicy.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.
When overridden in a derived class, acquires a resource stream for an XpsColorContext object.
public:
abstract System::Windows::Xps::Serialization::XpsResourceStream ^ AcquireResourceStreamForXpsColorContext(System::String ^ resourceId);
public abstract System.Windows.Xps.Serialization.XpsResourceStream AcquireResourceStreamForXpsColorContext (string resourceId);
abstract member AcquireResourceStreamForXpsColorContext : string -> System.Windows.Xps.Serialization.XpsResourceStream
Public MustOverride Function AcquireResourceStreamForXpsColorContext (resourceId As String) As XpsResourceStream
Parameters
- resourceId
- String
The ID of the object.
Returns
The XpsResourceStream for the XpsColorContext.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.