'宣言 Protected Overridable Function GetObjectsFromInstance( _ ByVal instance As System.Object _ ) As System.Collections.IList
'使用法 Dim instance As LayerCollection.LayerCollectionEditor Dim instance As System.Object Dim value As System.Collections.IList value = instance.GetObjectsFromInstance(instance)
protected virtual System.Collections.IList GetObjectsFromInstance( System.object instance )
パラメータ
- instance