NamespaceElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前空間要素を定義する構成要素を表します。 名前空間と名前空間プレフィックスのマッピングが含まれており、それを XPath フィルターで使用できます。
public ref class NamespaceElement : System::Configuration::ConfigurationElement
public class NamespaceElement : System.Configuration.ConfigurationElement
type NamespaceElement = class
inherit ConfigurationElement
Public Class NamespaceElement
Inherits ConfigurationElement
- 継承
注釈
認識される既定の名前空間およびプレフィックスを次の表に示します。
Prefix | 名前空間 |
---|---|
s11 | http://schemas.xmlsoap.org/soap/envelope |
s12 | http://www.w3.org/2003/05/soap-envelope |
wsaAugust2004 | http://schemas.xmlsoap.org/ws/2004/08/addressing |
wsa10 | http://www.w3.org/2005/08/addressing |
sm | http://schemas.microsoft.com/serviceModel/2004/05/xpathfunctions |
tempuri | http://tempuri.org |
ser | http://schemas.microsoft.com/2003/10/Serialization |
コンストラクター
NamespaceElement() |
NamespaceElementの新しいインスタンスを初期化します。 |
プロパティ
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET