ITypeInfo.GetNames メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Sub GetNames ( _ memid As Integer, _ <OutAttribute> rgBstrNames As String(), _ cMaxNames As Integer, _ <OutAttribute> ByRef pcNames As Integer _ )
Dim instance As ITypeInfo Dim memid As Integer Dim rgBstrNames As String() Dim cMaxNames As Integer Dim pcNames As Integer instance.GetNames(memid, rgBstrNames, cMaxNames, pcNames)
void GetNames ( int memid, [OutAttribute] array<String^>^ rgBstrNames, int cMaxNames, [OutAttribute] int% pcNames )
void GetNames ( int memid, /** @attribute OutAttribute() */ String[] rgBstrNames, int cMaxNames, /** @attribute OutAttribute() */ /** @ref */ int pcNames )

ITypeInfo::GetNames の詳細については、MSDN ライブラリを参照してください。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ITypeInfo.GetNames メソッドのページへのリンク