ExternalApplicationAppInitString.NoMessagePump Property
Gets or sets a Boolean value that specifies whether the application has any windows messaging queue.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As Boolean
value = instance.NoMessagePump
instance.NoMessagePump = value
Syntax
'Declaration
<CategoryAttribute("Application Hosting")> _
<BrowsableAttribute(True)> _
<DefaultValueAttribute(False)> _
<DisplayNameAttribute("No Message Pump")> _
<DescriptionAttribute("If set to true, the application does not have any windows messaging queue.")> _
Public Property NoMessagePump As Boolean
[CategoryAttribute("Application Hosting")]
[BrowsableAttribute(true)]
[DefaultValueAttribute(false)]
[DisplayNameAttribute("No Message Pump")]
[DescriptionAttribute("If set to true, the application does not have any windows messaging queue.")]
public bool NoMessagePump { get; set; }
[CategoryAttribute(L"Application Hosting")]
[BrowsableAttribute(true)]
[DefaultValueAttribute(false)]
[DisplayNameAttribute(L"No Message Pump")]
[DescriptionAttribute(L"If set to true, the application does not have any windows messaging queue.")]
public:
property bool NoMessagePump {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NoMessagePump ()
/** @property */
public void set_NoMessagePump (boolean value)
public function get NoMessagePump () : boolean
public function set NoMessagePump (value : boolean)
Property Value
Type: Boolean
True if the application does not have any messaging queue, otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ExternalApplicationAppInitString Class
ExternalApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.