共用方式為


PrintTicketOption.GetPropertyNode(String, String) 方法

定義

取得目前列印選項之屬性專案的 XML 節點。

public:
 virtual IXmlNode ^ GetPropertyNode(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetPropertyNode;
IXmlNode GetPropertyNode(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public IXmlNode GetPropertyNode(string name, string xmlNamespace);
function getPropertyNode(name, xmlNamespace)
Public Function GetPropertyNode (name As String, xmlNamespace As String) As IXmlNode

參數

name
String

Platform::String

winrt::hstring

屬性的正式名稱。

xmlNamespace
String

Platform::String

winrt::hstring

屬性的 XML 命名空間。

傳回

屬性專案的 XML 節點。

適用於