次の方法で共有


DeclaredTypeElement.Type プロパティ

定義

既知の型のコレクションを必要とする宣言型の名前を取得または設定します。

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

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.Type : string with get, set
Public Property Type As String

プロパティ値

宣言型の名前。

属性

適用対象