UdpAnnouncementEndpointCollectionElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この記事の内容
public ref class UdpAnnouncementEndpointCollectionElement : System::ServiceModel::Configuration::StandardEndpointCollectionElement<System::ServiceModel::Discovery::UdpAnnouncementEndpoint ^, System::ServiceModel::Discovery::Configuration::UdpAnnouncementEndpointElement ^>
public class UdpAnnouncementEndpointCollectionElement : System.ServiceModel.Configuration.StandardEndpointCollectionElement<System.ServiceModel.Discovery.UdpAnnouncementEndpoint,System.ServiceModel.Discovery.Configuration.UdpAnnouncementEndpointElement>
type UdpAnnouncementEndpointCollectionElement = class
inherit StandardEndpointCollectionElement<UdpAnnouncementEndpoint, UdpAnnouncementEndpointElement>
Public Class UdpAnnouncementEndpointCollectionElement
Inherits StandardEndpointCollectionElement(Of UdpAnnouncementEndpoint, UdpAnnouncementEndpointElement)
継承
UdpAnnouncementEndpointCollectionElement
コンストラクター
プロパティ
メソッド
ContainsKey(String)
指定された名前の要素が標準エンドポイント要素のコレクションに存在するかどうかを判断します。
(継承元 StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration> )
DeserializeElement(XmlReader, Boolean)
構成ファイルから XML を読み取ります。
(継承元 ConfigurationElement )
Equals(Object)
現在の ConfigurationElement インスタンスを、指定したオブジェクトと比較します。
(継承元 ConfigurationElement )
GetDefaultStandardEndpointElement()
StandardEndpointElement クラスのローカル インスタンスを作成します。
(継承元 StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration> )
GetHashCode()
現在の ConfigurationElement インスタンスを表す一意の値を取得します。
(継承元 ConfigurationElement )
GetTransformedAssemblyString(String)
指定されたアセンブリ名を変換して返します。
(継承元 ConfigurationElement )
GetTransformedTypeString(String)
指定された型名を変換して返します。
(継承元 ConfigurationElement )
GetType()
現在のインスタンスの Type を取得します。
(継承元 Object )
Init()
ConfigurationElement オブジェクトを初期状態に設定します。
(継承元 ConfigurationElement )
InitializeDefault()
ConfigurationElement オブジェクトの既定の値セットを初期化するために使用します。
(継承元 ConfigurationElement )
IsModified()
派生クラスに実装された場合、この構成要素が最後の保存または読み込み以降に変更されたかどうかを示します。
(継承元 ConfigurationElement )
IsReadOnly()
ConfigurationElement オブジェクトが読み取り専用かどうかを示す値を取得します。
(継承元 ConfigurationElement )
ListErrors(IList)
この ConfigurationElement オブジェクトおよびすべてのサブ要素の無効なプロパティのエラーを、渡されたリストに追加します。
(継承元 ConfigurationElement )
MemberwiseClone()
現在の Object の簡易コピーを作成します。
(継承元 Object )
OnDeserializeUnrecognizedAttribute(String, String)
逆シリカル化中に不明な属性が発生したかどうかを示す値を取得します。
(継承元 ConfigurationElement )
OnDeserializeUnrecognizedElement(String, XmlReader)
逆シリカル化中に不明な要素が発生したかどうかを示す値を取得します。
(継承元 ConfigurationElement )
OnRequiredPropertyNotFound(String)
必要なプロパティが見つからないと例外がスローされます。
(継承元 ConfigurationElement )
PostDeserialize()
逆シリアル化後に呼び出されます。
(継承元 ConfigurationElement )
PreSerialize(XmlWriter)
シリアル化前に呼び出されます。
(継承元 ConfigurationElement )
Reset(ConfigurationElement)
ConfigurationElement オブジェクトの内部状態 (ロックやプロパティ コレクションなど) をリセットします。
(継承元 ConfigurationElement )
ResetModified()
IsModified() メソッドの値が派生クラスに実装されたときに、false
にリセットします。
(継承元 ConfigurationElement )
SerializeElement(XmlWriter, Boolean)
派生クラスに実装されている場合、この構成要素の内容を構成ファイルに書き込みます。
(継承元 ConfigurationElement )
SerializeToXmlElement(XmlWriter, String)
派生クラスに実装されている場合、この構成要素の外側のタグを構成ファイルに書き込みます。
(継承元 ConfigurationElement )
SetPropertyValue(ConfigurationProperty, Object, Boolean)
プロパティを指定した値に設定します。
(継承元 ConfigurationElement )
SetReadOnly()
IsReadOnly() オブジェクトおよびすべてのサブ要素に ConfigurationElement プロパティを設定します。
(継承元 ConfigurationElement )
ToString()
現在のオブジェクトを表す文字列を返します。
(継承元 Object )
TryAdd(String, ServiceEndpoint, Configuration)
標準エンドポイント要素のコレクションへのエンドポイント要素の追加を試みます。
(継承元 StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration> )
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
保存しないすべての値を削除するには、ConfigurationElement オブジェクトを変更します。
(継承元 ConfigurationElement )
適用対象