ServicedComponent.IServicedComponentInfo.GetComponentInfo Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Uzyskuje pewne informacje o wystąpieniu ServicedComponent klasy.
virtual void System.EnterpriseServices.IServicedComponentInfo.GetComponentInfo(int % infoMask, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % infoArray) = System::EnterpriseServices::IServicedComponentInfo::GetComponentInfo;
void IServicedComponentInfo.GetComponentInfo (ref int infoMask, out string[] infoArray);
abstract member System.EnterpriseServices.IServicedComponentInfo.GetComponentInfo : int * String[] -> unit
override this.System.EnterpriseServices.IServicedComponentInfo.GetComponentInfo : int * String[] -> unit
Sub GetComponentInfo (ByRef infoMask As Integer, ByRef infoArray As String()) Implements IServicedComponentInfo.GetComponentInfo
Parametry
- infoMask
- Int32
Maska bitów, w której 0x00000001 jest kluczem identyfikatora procesu składnika usługi, 0x00000002 jest kluczem identyfikatora domeny aplikacji, a 0x00000004 jest kluczem dla zdalnego identyfikatora URI składnika usługi.
- infoArray
- String[]
Tablica ciągów, która może zawierać dowolne lub wszystkie następujące elementy w kolejności: identyfikator procesu składnika usługi, identyfikator domeny aplikacji i zdalny identyfikator URI składnika usługi.
Implementuje
Uwagi
Metoda GetComponentInfo nie należy do opublikowanego interfejsu ServicedComponent klasy i nie musi być implementowana w innym miejscu.