IAppxManifestDocument.GetSearchExtension Yöntem

Tanım

Arama uzantısını alır.

public:
 bool GetSearchExtension([Runtime::InteropServices::Out] System::String ^ % executable, [Runtime::InteropServices::Out] System::String ^ % entryPoint, [Runtime::InteropServices::Out] System::String ^ % runtimeType, [Runtime::InteropServices::Out] System::String ^ % startPage);
bool GetSearchExtension([Runtime::InteropServices::Out] std::wstring const & & executable, [Runtime::InteropServices::Out] std::wstring const & & entryPoint, [Runtime::InteropServices::Out] std::wstring const & & runtimeType, [Runtime::InteropServices::Out] std::wstring const & & startPage);
public bool GetSearchExtension (out string executable, out string entryPoint, out string runtimeType, out string startPage);
abstract member GetSearchExtension : string * string * string * string -> bool
Public Function GetSearchExtension (ByRef executable As String, ByRef entryPoint As String, ByRef runtimeType As String, ByRef startPage As String) As Boolean

Parametreler

executable
String

dışı Uygulama bildiriminin çalıştırılabilir alanı.

entryPoint
String

dışı Uygulama bildiriminin entryPoint alanı.

runtimeType
String

dışı Uygulama bildiriminin runtimeType alanı.

startPage
String

dışı Uygulama bildiriminin startPage alanı.

Döndürülenler

Boolean

true bildirimle ilişkili bir arama uzantısı varsa.

Açıklamalar

Her bildirim için en fazla bir arama uzantısına izin verildiğinden, bu yöntem tarafından hangi verilerin döndürüldüğünden bir belirsizlik yoktur.

Şunlara uygulanır