InputPanel for WinForms帮助文档
Item(String) 属性






Gets the first InputComponent with the specified name in the collection.
语法
'声明
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As InputComponent
'用法
 
Dim instance As InputComponentCollection
Dim name As System.String
Dim value As InputComponent
 
value = instance.Item(name)
public InputComponent Item( 
   System.string name
) {get;}
public read-only property Item( 
    name: System.String
): InputComponent; 
public function get Item( 
   name : System.String
) : InputComponent
public: __property InputComponent* get_Item( 
   System.string* name
);
public:
property InputComponent^ Item {
   InputComponent^ get(System.String^ name);
}

参数

name
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputComponentCollection 类
InputComponentCollection 成员
重载列表

Send Feedback