'宣言 Protected Overridable Sub SetName( _ ByVal newName As System.String _ )
'使用法 Dim instance As NamedCollectionItem Dim newName As System.String instance.SetName(newName)
protected virtual void SetName( System.string newName )
パラメータ
- newName
- 項目の新しい名前。