SoapExtensionAttribute.ExtensionType プロパティ
アセンブリ: System.Web.Services (system.web.services.dll 内)

public abstract Type ExtensionType { get; }
/** @property */ public abstract Type get_ExtensionType ()
SOAP 拡張機能の Type。


ExtensionType プロパティの一般的な実装例を次に示します。
' Return the type of TraceExtension. Public Overrides ReadOnly Property ExtensionType() As Type Get Return GetType(TraceExtension) End Get End Property
// Return the type of TraceExtension. public override Type ExtensionType { get { return typeof(TraceExtension); } }

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSoapExtensionAttribute.ExtensionType プロパティを検索する場合は、下記のリンクをクリックしてください。

- SoapExtensionAttribute.ExtensionType プロパティのページへのリンク