| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function IsModalityNull() As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public bool IsModalityNull() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: bool IsModalityNull(); | |
Return Value
True if the specified value is null; otherwise it is false.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code