DeclaredTypeElement.KnownTypes プロパティ

定義

既知の型のコレクションを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::Runtime::Serialization::Configuration::TypeElementCollection ^ KnownTypes { System::Runtime::Serialization::Configuration::TypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Runtime.Serialization.Configuration.TypeElementCollection KnownTypes { get; }
[<System.Configuration.ConfigurationProperty("", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.KnownTypes : System.Runtime.Serialization.Configuration.TypeElementCollection
Public ReadOnly Property KnownTypes As TypeElementCollection

プロパティ値

既知の型を含む TypeElementCollection

属性

適用対象