PrintTicketOption.GetScoredPropertyValue(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与当前打印选项的评分属性元素关联的值。
public:
virtual PrintTicketValue ^ GetScoredPropertyValue(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetScoredPropertyValue;
PrintTicketValue GetScoredPropertyValue(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public PrintTicketValue GetScoredPropertyValue(string name, string xmlNamespace);
function getScoredPropertyValue(name, xmlNamespace)
Public Function GetScoredPropertyValue (name As String, xmlNamespace As String) As PrintTicketValue
参数
- name
-
String
Platform::String
winrt::hstring
评分属性的规范名称。
- xmlNamespace
-
String
Platform::String
winrt::hstring
评分属性的 XML 命名空间。
返回
与评分属性关联的值。