次の方法で共有


Frame.Name

Name プロパティ

メッシュ名。

定義

Visual Basic Public Property Name As String
C# public string Name { get; set; }
Managed C++ public: __property String* get_Name();
public: __property void set_Name(String*);
JScript public function get Name() : String
public function set Name(String);

プロパティ値

System.String.

これは読み取り/書き込み可能プロパティである。 

対象

Frame

© 2002 Microsoft Corporation. All rights reserved. Terms of use.