[AdapterCommandAttribute("Manually sets the initialized state of the action adapter.",
new string[] { ... })]
publicvirtualvoidSetInitializedState(
boolinitialized
)
<AdapterCommandAttribute("Manually sets the initialized state of the action adapter.",
New String() { ... })>
PublicOverridableSubSetInitializedState (
initializedAsBoolean
)
public:
[AdapterCommandAttribute(L"Manually sets the initialized state of the action adapter.",
__gc new array<String^>^ { ... })]
virtualvoidSetInitializedState(
boolinitialized
)
[<AdapterCommandAttribute("Manually sets the initialized state of the action adapter.",
new string[] { ... })>]
abstractSetInitializedState :
initialized : bool->unit
[<AdapterCommandAttribute("Manually sets the initialized state of the action adapter.",
new string[] { ... })>]
overrideSetInitializedState :
initialized : bool->unit