次の方法で共有


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 ノード。

適用対象