リストの名前を返します。
Function GetListName( _
ByVal listAccessors() As PropertyDescriptor _) As String
[C#]
string GetListName(
PropertyDescriptor[] listAccessors);
[C++]
String* GetListName(
PropertyDescriptor* listAccessors[]);
[JScript]
function GetListName(
listAccessors : PropertyDescriptor[]) : String;
パラメータ
- listAccessors
リスト名を返す対象の PropertyDescriptor オブジェクトの配列。この値は、 null 参照 (Visual Basic では Nothing) でもかまいません。
戻り値
リストの名前。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
ITypedList インターフェイス | ITypedList メンバ | System.ComponentModel 名前空間