次の方法で共有


PrintSupportPrintDeviceCapabilitiesChangedEventArgs.SetSupportedPdlPassthroughContentTypes メソッド

定義

public:
 virtual void SetSupportedPdlPassthroughContentTypes(IIterable<Platform::String ^> ^ supportedPdlContentTypes) = SetSupportedPdlPassthroughContentTypes;
void SetSupportedPdlPassthroughContentTypes(IIterable<winrt::hstring> const& supportedPdlContentTypes);
public void SetSupportedPdlPassthroughContentTypes(IEnumerable<string> supportedPdlContentTypes);
function setSupportedPdlPassthroughContentTypes(supportedPdlContentTypes)
Public Sub SetSupportedPdlPassthroughContentTypes (supportedPdlContentTypes As IEnumerable(Of String))

パラメーター

supportedPdlContentTypes

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

適用対象