Share via


DeviceElement.InheritsFrom プロパティ

定義

このデバイス アダプター セットの継承元となるデバイス アダプター セットの名前を取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 property System::String ^ InheritsFrom { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("inheritsFrom")]
[System.Configuration.StringValidator(MinLength=1)]
public string InheritsFrom { get; set; }
[<System.Configuration.ConfigurationProperty("inheritsFrom")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.InheritsFrom : string with get, set
Public Property InheritsFrom As String

プロパティ値

このデバイス アダプター セットの継承元となるデバイス アダプター セットの名前。

属性

適用対象

こちらもご覧ください