propertyList = testObject.GetPropertyList()
propertyList = testObject.GetPropertyList()
変数 | 説明 |
---|---|
propertyList | List(Of String)。 |
C#
List<string> propertyList = testObject.GetPropertyList();
VB
Dim propertyList As List(Of String) propertyList = testObject.GetPropertyList()