次の方法で共有


UriPartial 列挙体

Uri.GetLeftPart メソッドの URI 部分を定義します。

<Serializable>
Public Enum UriPartial
[C#]
[Serializable]
public enum UriPartial
[C++]
[Serializable]
__value public enum UriPartial
[JScript]
public
   Serializable
enum UriPartial

解説

UriPartial 列挙体は、 Uri.GetLeftPart メソッドへ渡すことができる値を定義します。

メンバ

メンバ名 説明
Authority

.NET Compact Framework でもサポート。

URI のスキームと権限のセグメント。
Path

.NET Compact Framework でもサポート。

URI のスキーム、権限、およびパスのセグメント。
Scheme

.NET Compact Framework でもサポート。

URI のスキーム セグメント。

必要条件

名前空間: System

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

アセンブリ: System (System.dll 内)

参照

System 名前空間