CodeMemberField.Type プロパティ
フィールドのデータ型を取得または設定します。
Public Property Type As CodeTypeReference
[C#]
public CodeTypeReference Type {get; set;}
[C++]
public: __property CodeTypeReference* get_Type();public: __property void set_Type(CodeTypeReference*);
[JScript]
public function get Type() : CodeTypeReference;public function set Type(CodeTypeReference);
プロパティ値
フィールドのデータ型を示す CodeTypeReference 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeMemberField クラス | CodeMemberField メンバ | System.CodeDom 名前空間