MetadataExporter.Errors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在匯出中繼資料期間發生的錯誤集合。
public:
property System::Collections::ObjectModel::Collection<System::ServiceModel::Description::MetadataConversionError ^> ^ Errors { System::Collections::ObjectModel::Collection<System::ServiceModel::Description::MetadataConversionError ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.MetadataConversionError> Errors { get; }
member this.Errors : System.Collections.ObjectModel.Collection<System.ServiceModel.Description.MetadataConversionError>
Public ReadOnly Property Errors As Collection(Of MetadataConversionError)
屬性值
發生的匯出錯誤。
備註
這個屬性是以進行中繼資料匯出程序期間發生的錯誤填入。 衍生類別的使用者應在使用匯出的中繼資料之前,先檢查 Errors 屬性。