Freigeben über


EnvironmentManager.IsSupported Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob EnvironmentManager auf der aktuellen Geräte-/Betriebssystemversion unterstützt wird.

public:
 static property bool IsSupported { bool get(); };
static bool IsSupported();
public static bool IsSupported { get; }
var boolean = EnvironmentManager.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean

Eigenschaftswert

Boolean

bool

true , wenn EnvironmentManager unterstützt wird; falseandernfalls .

Gilt für:

Weitere Informationen