共用方式為


VCCodeParameter.Type 屬性

取得或設定物件,這個物件表示程式設計類型。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
Property Type As CodeTypeRef
CodeTypeRef Type { get; set; }
property CodeTypeRef^ Type {
    CodeTypeRef^ get ();
    void set (CodeTypeRef^ value);
}
abstract Type : CodeTypeRef with get, set
function get Type () : CodeTypeRef
function set Type (value : CodeTypeRef)

屬性值

型別:EnvDTE.CodeTypeRef
CodeTypeRef 物件。

備註

Type 可能為具有預設型別概念的程式語言傳回 Nothing 或 nullnull 參考 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

VCCodeParameter 介面

Microsoft.VisualStudio.VCCodeModel 命名空間