IWizCombo.item - свойство
Gets the index of the item in the specified wizard combo box.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
ReadOnly Property item ( _
nIndex As Integer _
) As String
'Применение
Dim instance As IWizCombo
Dim nIndex As Integer
Dim value As String
value = instance.item(nIndex)
string item[
int nIndex
] { get; }
property String^ item[[InAttribute] int nIndex] {
String^ get ([InAttribute] int nIndex);
}
JScript не поддерживает индексированные свойства.
Параметры
nIndex
Тип: System.Int32The index of the item to retrieve.
Значение свойства
Тип: System.String
The index of the item in the specified wizard combo box.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.