パス内の対応する点の型を取得または設定します。
Public Property Types As Byte ()
[C#]
public byte[] Types {get; set;}
[C++]
public: __property unsigned char get_Types();public: __property void set_Types(unsigned char __gc[]);
[JScript]
public function get Types() : Byte[];
public function set Types(Byte[]);
プロパティ値
パス内の対応する点の型を指定するバイトの配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ