Share via


MessagePartSpecification.HeaderTypes プロパティ

定義

この仕様のヘッダーの種類を取得します。

public:
 property System::Collections::Generic::ICollection<System::Xml::XmlQualifiedName ^> ^ HeaderTypes { System::Collections::Generic::ICollection<System::Xml::XmlQualifiedName ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName> HeaderTypes { get; }
member this.HeaderTypes : System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName>
Public ReadOnly Property HeaderTypes As ICollection(Of XmlQualifiedName)

プロパティ値

このメッセージ仕様のヘッダーの種類を保持する ICollection<T>

適用対象