ServiceDescriptionFormatExtension クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XML Web サービスに追加された機能拡張要素を表します。
public ref class ServiceDescriptionFormatExtension abstract
public abstract class ServiceDescriptionFormatExtension
type ServiceDescriptionFormatExtension = class
Public MustInherit Class ServiceDescriptionFormatExtension
- 継承
-
ServiceDescriptionFormatExtension
- 派生
注釈
派生クラスでは、 ServiceDescriptionFormatExtension クラスを使用すると、ユーザーは Web サービス記述言語 (WSDL) 仕様で定義されている機能拡張要素に加えて拡張要素を定義できます。 拡張要素は、クラス階層内の複数のレベルで ServiceDescription に追加できます。 したがって、DocumentableItem クラスから派生した多くのクラス (ServiceDescription クラスを含む) には、Extensionsを返すServiceDescriptionFormatExtensionCollection プロパティがあります。
コンストラクター
| 名前 | 説明 |
|---|---|
| ServiceDescriptionFormatExtension() |
ServiceDescriptionFormatExtension クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Handled |
拡張要素のインポート時にインポート プロセスで ServiceDescriptionFormatExtension を使用するかどうかを示す値を取得または設定します。 |
| Parent |
ServiceDescriptionFormatExtensionの親を取得します。 |
| Required |
参照先のアクションに ServiceDescriptionFormatExtension が必要かどうかを示す値を取得または設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |