Removes specified flags from message flags list.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static string[] MessageFlagsRemove( string[] flags, string[] flagsToRemove )
Public Shared Function MessageFlagsRemove ( flags As String(), flagsToRemove As String() ) As String()
public: static array<String^>^ MessageFlagsRemove( array<String^>^ flags, array<String^>^ flagsToRemove )
static member MessageFlagsRemove : flags : string[] * flagsToRemove : string[] -> string[]
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when flags or flagsToRemove is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119