ServiceContractGenerator.ReferencedTypes 屬性

定義

取得從合約描述到參考的合約型別的對應。

public:
 property System::Collections::Generic::Dictionary<System::ServiceModel::Description::ContractDescription ^, Type ^> ^ ReferencedTypes { System::Collections::Generic::Dictionary<System::ServiceModel::Description::ContractDescription ^, Type ^> ^ get(); };
public System.Collections.Generic.Dictionary<System.ServiceModel.Description.ContractDescription,Type> ReferencedTypes { get; }
member this.ReferencedTypes : System.Collections.Generic.Dictionary<System.ServiceModel.Description.ContractDescription, Type>
Public ReadOnly Property ReferencedTypes As Dictionary(Of ContractDescription, Type)

屬性值

Dictionary<ContractDescription,Type>

從合約描述到參考的合約型別的對應。

備註

程式碼不是針對參考的合約型別所產生的。 而是針對所使用的參考型別。

適用於