共用方式為


CodeGraphNodeIdMemberBuilder.OverloadingParameterTypes 屬性

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll 中)

語法

'宣告
Public ReadOnly Property OverloadingParameterTypes As Collection(Of CodeGraphNodeIdBuilder)
public Collection<CodeGraphNodeIdBuilder> OverloadingParameterTypes { get; }
public:
property Collection<CodeGraphNodeIdBuilder^>^ OverloadingParameterTypes {
    Collection<CodeGraphNodeIdBuilder^>^ get ();
}
member OverloadingParameterTypes : Collection<CodeGraphNodeIdBuilder> with get
function get OverloadingParameterTypes () : Collection<CodeGraphNodeIdBuilder>

屬性值

類型:Collection<CodeGraphNodeIdBuilder>
傳回 Collection

.NET Framework 安全性

請參閱

參考

CodeGraphNodeIdMemberBuilder 類別

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema 命名空間