'宣言
Public Overloads Property Item( _ ByVal index As Integer _ ) As CustomPropertyDefinition
public CustomPropertyDefinition Item( int index ) {get; set;}
パラメータ
- index
- The zero-based index of the element to get or set.
'宣言
Public Overloads Property Item( _ ByVal index As Integer _ ) As CustomPropertyDefinition
public CustomPropertyDefinition Item( int index ) {get; set;}
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |