IPrintSchemaFeature 接口 (printerextension.h)
公开打印架构功能元素。
继承
IPrintSchemaFeature 接口继承自 IPrintSchemaDisplayableElement。
方法
IPrintSchemaFeature 接口具有这些方法。
IPrintSchemaFeature::get_DisplayUI 获取指示是否显示打印 UI 的设置。 |
IPrintSchemaFeature::get_SelectedOption 获取表示所选选项的 IPrintSchemaOption。 |
IPrintSchemaFeature::get_SelectionType 获取功能的选择类型。 |
IPrintSchemaFeature::GetOption 获取具有给定名称的选项。 |
IPrintSchemaFeature::p ut_SelectedOption 将“打印架构功能”元素的选定选项更改为指定的 IPrintSchemaOption 元素。 |
注解
必须确保 PrintTicket 或 PrintCapabilities XML 文档中的每个功能或选项都指定了 name 属性。 此属性用于生成 IPrintSchemaOption 和 IPrintSchemaFeature 对象。 如果省略 name 属性,则不会在对象模型或 Microsoft 提供的打印首选项体验中显示功能或选项。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
最低受支持的服务器 | Windows Server 2012 |
目标平台 | Windows |
标头 | printerextension.h (包括 Printerextension.h) |
另请参阅
IPrintSchemaCapabilities::GetFeature
IPrintSchemaDisplayableElement