 | AbortableApartmentState Eigenschaft |
Hinweis: Die API ist nun obsolet.
Is no longer supported.
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
Syntax[ObsoleteAttribute("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")]
public ApartmentState ApartmentState { get; }
<ObsoleteAttribute("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")>
Public ReadOnly Property ApartmentState As ApartmentState
Get
public:
[ObsoleteAttribute(L"The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")]
property ApartmentState ApartmentState {
ApartmentState get ();
}
[<ObsoleteAttribute("The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.")>]
member ApartmentState : ApartmentState with get
Eigenschaftswert
ApartmentState
Ausnahmen
Siehe auch