Udostępnij za pośrednictwem


ExternalApplicationAppInitString.LimitToProcessId Property

Gets or sets a Boolean value that specifies whether there are limits to the process ID for the main process when searching for a window handle.

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.LimitToProcessId

instance.LimitToProcessId = value

Syntax

'Declaration
<DisplayNameAttribute("Limit to Process?")> _
<CategoryAttribute("Alternate Top Level Window")> _
<DescriptionAttribute("Limits to the process Id for the main process when searching for a window handle.")> _
<BrowsableAttribute(True)> _
Public Property LimitToProcessId As Boolean
[DisplayNameAttribute("Limit to Process?")] 
[CategoryAttribute("Alternate Top Level Window")] 
[DescriptionAttribute("Limits to the process Id for the main process when searching for a window handle.")] 
[BrowsableAttribute(true)] 
public bool LimitToProcessId { get; set; }
[DisplayNameAttribute(L"Limit to Process?")] 
[CategoryAttribute(L"Alternate Top Level Window")] 
[DescriptionAttribute(L"Limits to the process Id for the main process when searching for a window handle.")] 
[BrowsableAttribute(true)] 
public:
property bool LimitToProcessId {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_LimitToProcessId ()

/** @property */
public void set_LimitToProcessId (boolean value)
public function get LimitToProcessId () : boolean

public function set LimitToProcessId (value : boolean)

Property Value

Type: Boolean
true if there are limits, 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.