PrintCommitAttributesException.FailedAttributesCollection 屬性

定義

取得未認可之屬性的名稱 Collection<T>

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ FailedAttributesCollection { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> FailedAttributesCollection { get; }
member this.FailedAttributesCollection : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property FailedAttributesCollection As Collection(Of String)

屬性值

字串的 Collection<T>,這些字串可識別您程式無法認可的 PrintSystemObject 屬性。

適用於