IVsComponentSelectorProvider.GetComponentSelectorPage Yöntem

Tanım

Bir VSPackage tarafından bir bileşen seçicisine sayfa sağlamak için kullanılır.

public:
 int GetComponentSelectorPage(Guid % rguidPage, cli::array <Microsoft::VisualStudio::Shell::Interop::VSPROPSHEETPAGE> ^ ppage);
public int GetComponentSelectorPage (ref Guid rguidPage, Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE[] ppage);
abstract member GetComponentSelectorPage : Guid * Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE[] -> int
Public Function GetComponentSelectorPage (ByRef rguidPage As Guid, ppage As VSPROPSHEETPAGE()) As Integer

Parametreler

rguidPage
Guid

'ndaki Sayfa GUID 'sini belirtir.

ppage
VSPROPSHEETPAGE[]

[in, out] Girişte, null . Çıktıda, sayfanın işaretçisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

HRESULT IVsComponentSelectorProvider::GetComponentSelectorPage(  
   [in] REFGUID rguidPage,  
   [in, out] VSPROPSHEETPAGE *pPage  
);  

Şunlara uygulanır