AlternateView 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 AlternateView 的新執行個體。
多載
AlternateView(Stream) |
使用指定的 AlternateView,初始化 Stream 的新執行個體。 |
AlternateView(String) |
使用指定的檔案名稱,初始化 AlternateView 的新執行個體。 |
AlternateView(Stream, ContentType) |
使用指定的 AlternateView 和 Stream,初始化 ContentType 的新執行個體。 |
AlternateView(Stream, String) |
使用指定的 AlternateView 和媒體類型,初始化 Stream 的新執行個體。 |
AlternateView(String, ContentType) |
使用指定的檔案名稱和內容類型,初始化 AlternateView 的新執行個體。 |
AlternateView(String, String) |
使用指定的檔案名稱和媒體類型,初始化 AlternateView 的新執行個體。 |
備註
類別呼叫的新實例 AlternateView 也會藉由呼叫其中 CreateAlternateViewFromString 一種方法來初始化。
AlternateView(Stream)
使用指定的 AlternateView,初始化 Stream 的新執行個體。
public:
AlternateView(System::IO::Stream ^ contentStream);
public AlternateView (System.IO.Stream contentStream);
new System.Net.Mail.AlternateView : System.IO.Stream -> System.Net.Mail.AlternateView
Public Sub New (contentStream As Stream)
參數
- contentStream
- Stream
資料流,包含這個檢視的內容。
例外狀況
contentStream
為 null
。
備註
類別呼叫的新實例 AlternateView 也會藉由呼叫其中 CreateAlternateViewFromString 一種方法來初始化。
適用於
AlternateView(String)
使用指定的檔案名稱,初始化 AlternateView 的新執行個體。
public:
AlternateView(System::String ^ fileName);
public AlternateView (string fileName);
new System.Net.Mail.AlternateView : string -> System.Net.Mail.AlternateView
Public Sub New (fileName As String)
參數
- fileName
- String
檔案的名稱,該檔案包含這個替代檢視的內容。
例外狀況
fileName
為 null
。
呼叫端沒有必要的權限。
發生 I/O 錯誤,例如磁碟錯誤。
作業系統不允許指定之檔案控制代碼的存取要求,例如,當存取為 Write 或 ReadWrite,而檔案控制代碼設定成唯讀存取時。
備註
類別呼叫的新實例 AlternateView 也會藉由呼叫其中 CreateAlternateViewFromString 一種方法來初始化。
適用於
AlternateView(Stream, ContentType)
使用指定的 AlternateView 和 Stream,初始化 ContentType 的新執行個體。
public:
AlternateView(System::IO::Stream ^ contentStream, System::Net::Mime::ContentType ^ contentType);
public AlternateView (System.IO.Stream contentStream, System.Net.Mime.ContentType? contentType);
public AlternateView (System.IO.Stream contentStream, System.Net.Mime.ContentType contentType);
new System.Net.Mail.AlternateView : System.IO.Stream * System.Net.Mime.ContentType -> System.Net.Mail.AlternateView
Public Sub New (contentStream As Stream, contentType As ContentType)
參數
- contentStream
- Stream
資料流,包含這個附件的內容。
- contentType
- ContentType
內容的類型。
例外狀況
contentStream
為 null
。
contentType
不是有效的值。
備註
類別呼叫的新實例 AlternateView 也會藉由呼叫其中 CreateAlternateViewFromString 一種方法來初始化。
適用於
AlternateView(Stream, String)
使用指定的 AlternateView 和媒體類型,初始化 Stream 的新執行個體。
public:
AlternateView(System::IO::Stream ^ contentStream, System::String ^ mediaType);
public AlternateView (System.IO.Stream contentStream, string? mediaType);
public AlternateView (System.IO.Stream contentStream, string mediaType);
new System.Net.Mail.AlternateView : System.IO.Stream * string -> System.Net.Mail.AlternateView
Public Sub New (contentStream As Stream, mediaType As String)
參數
- contentStream
- Stream
資料流,包含這個附件的內容。
- mediaType
- String
內容的 MIME 媒體類型。
例外狀況
contentStream
為 null
。
mediaType
不是有效的值。
備註
類別呼叫的新實例 AlternateView 也會藉由呼叫其中 CreateAlternateViewFromString 一種方法來初始化。
適用於
AlternateView(String, ContentType)
使用指定的檔案名稱和內容類型,初始化 AlternateView 的新執行個體。
public:
AlternateView(System::String ^ fileName, System::Net::Mime::ContentType ^ contentType);
public AlternateView (string fileName, System.Net.Mime.ContentType? contentType);
public AlternateView (string fileName, System.Net.Mime.ContentType contentType);
new System.Net.Mail.AlternateView : string * System.Net.Mime.ContentType -> System.Net.Mail.AlternateView
Public Sub New (fileName As String, contentType As ContentType)
參數
- fileName
- String
檔案的名稱,該檔案包含這個替代檢視的內容。
- contentType
- ContentType
內容的類型。
例外狀況
fileName
為 null
。
contentType
不是有效的值。
呼叫端沒有必要的權限。
發生 I/O 錯誤,例如磁碟錯誤。
作業系統不允許指定之檔案控制代碼的存取要求,例如,當存取為 Write 或 ReadWrite,而檔案控制代碼設定成唯讀存取時。
備註
類別呼叫的新實例 AlternateView 也會藉由呼叫其中 CreateAlternateViewFromString 一種方法來初始化。
適用於
AlternateView(String, String)
使用指定的檔案名稱和媒體類型,初始化 AlternateView 的新執行個體。
public:
AlternateView(System::String ^ fileName, System::String ^ mediaType);
public AlternateView (string fileName, string? mediaType);
public AlternateView (string fileName, string mediaType);
new System.Net.Mail.AlternateView : string * string -> System.Net.Mail.AlternateView
Public Sub New (fileName As String, mediaType As String)
參數
- fileName
- String
檔案的名稱,該檔案包含這個替代檢視的內容。
- mediaType
- String
內容的 MIME 媒體類型。
例外狀況
fileName
為 null
。
mediaType
不是有效的值。
呼叫端沒有必要的權限。
發生 I/O 錯誤,例如磁碟錯誤。
作業系統不允許指定之檔案控制代碼的存取要求,例如,當存取為 Write 或 ReadWrite,而檔案控制代碼設定成唯讀存取時。
備註
類別呼叫的新實例 AlternateView 也會藉由呼叫其中 CreateAlternateViewFromString 一種方法來初始化。