Aracılığıyla paylaş


BrowserHelper.IsBrowserProcess Yöntem

Sağlanan işlem tarayıcı örneği olup olmadığını belirler.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Extension
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll içinde)

Sözdizimi

'Bildirim
Public MustOverride Function IsBrowserProcess ( _
    process As Process _
) As Boolean
public abstract bool IsBrowserProcess(
    Process process
)
public:
virtual bool IsBrowserProcess(
    Process^ process
) abstract
abstract IsBrowserProcess : 
        process:Process -> bool 
public abstract function IsBrowserProcess(
    process : Process
) : boolean

Parametreler

Dönüş Değeri

Tür: System.Boolean
true sağlanan işlem tarayıcı örneği ise; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

BrowserHelper Sınıf

Microsoft.VisualStudio.TestTools.UITest.Extension Ad Alanı

Process