This document is archived and information here might be outdated. Recommended version. |
Indicates whether the Nth synchronizer is enabled.
[Visual Basic .NET]
Public Function GetEnabled ( _
ByVal Index As Integer _
) As Boolean
[C#]
public bool GetEnabled (
int Index
);
[C++]
HRESULT GetEnabled(
long Index
);
[C++] Parameters Index [in]
Index is a parameter of type long
The GetEnabled method returns a boolean if the metadata sychronizer, specified using the index parameter, is currently enabled.