Vector3DCollection.Parse(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Vector3D オブジェクトのコレクションの文字列表現を等価の Vector3DCollection に変換します。
public:
static System::Windows::Media::Media3D::Vector3DCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.Media3D.Vector3DCollection Parse (string source);
static member Parse : string -> System.Windows.Media.Media3D.Vector3DCollection
Public Shared Function Parse (source As String) As Vector3DCollection
パラメーター
- source
- String
Vector3D オブジェクトのコレクションの文字列表現。
戻り値
等価の Vector3DCollection を返します。