'宣言 Public Shared Function FromObject( _ ByVal value As System.Object, _ ByVal basePath As System.String _ ) As PictureHolder
'使用法 Dim value As System.Object Dim basePath As System.String Dim value As PictureHolder value = PictureHolder.FromObject(value, basePath)
パラメータ
- value
- The value providing data for the new PictureHolder object.
- basePath
- The base path for resolving a relative file name.
戻り値の型
The new instance of the PictureHolder type.