LinkedResource コンストラクタ (Stream)
アセンブリ: System (system.dll 内)



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


LinkedResource コンストラクタ (String)
アセンブリ: System (system.dll 内)



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


LinkedResource コンストラクタ (Stream, ContentType)
アセンブリ: System (system.dll 内)

Public Sub New ( _ contentStream As Stream, _ contentType As ContentType _ )
Dim contentStream As Stream Dim contentType As ContentType Dim instance As New LinkedResource(contentStream, contentType)
public LinkedResource ( Stream contentStream, ContentType contentType )
public: LinkedResource ( Stream^ contentStream, ContentType^ contentType )
public LinkedResource ( Stream contentStream, ContentType contentType )
public function LinkedResource ( contentStream : Stream, contentType : ContentType )

例外の種類 | 条件 |
---|---|
ArgumentNullException | contentStream が null 参照 (Visual Basic では Nothing) です。 |
FormatException | contentType が有効な値ではありません。 |

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


LinkedResource コンストラクタ (Stream, String)
アセンブリ: System (system.dll 内)

Dim contentStream As Stream Dim mediaType As String Dim instance As New LinkedResource(contentStream, mediaType)


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


LinkedResource コンストラクタ (String, ContentType)
アセンブリ: System (system.dll 内)

Public Sub New ( _ fileName As String, _ contentType As ContentType _ )
Dim fileName As String Dim contentType As ContentType Dim instance As New LinkedResource(fileName, contentType)
public LinkedResource ( string fileName, ContentType contentType )
public: LinkedResource ( String^ fileName, ContentType^ contentType )
public LinkedResource ( String fileName, ContentType contentType )
public function LinkedResource ( fileName : String, contentType : ContentType )

例外の種類 | 条件 |
---|---|
ArgumentNullException | fileName が null 参照 (Visual Basic では Nothing) です。 |
FormatException | contentType が有効な値ではありません。 |

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


LinkedResource コンストラクタ (String, String)
アセンブリ: System (system.dll 内)

Dim fileName As String Dim mediaType As String Dim instance As New LinkedResource(fileName, mediaType)


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


LinkedResource コンストラクタ

名前 | 説明 |
---|---|
LinkedResource (Stream) | 指定した Stream を使用して、LinkedResource の新しいインスタンスを初期化します。 |
LinkedResource (String) | ファイル名を指定して、LinkedResource の新しいインスタンスを初期化します。 |
LinkedResource (Stream, ContentType) | Stream および ContentType によって指定された値を使用して、LinkedResource の新しいインスタンスを初期化します。 |
LinkedResource (Stream, String) | Stream およびメディア タイプを指定して、LinkedResource の新しいインスタンスを初期化します。 |
LinkedResource (String, ContentType) | ファイル名およびコンテンツ タイプを指定して、LinkedResource の新しいインスタンスを初期化します。 |
LinkedResource (String, String) | ファイル名およびメディア タイプを指定して、LinkedResource の新しいインスタンスを初期化します。 |

- LinkedResource コンストラクタのページへのリンク