MessagePartCollection.GetKey メソッド
参照渡しされた値に関連付けられている MessagePart の名前を返します。
Overrides Protected Function GetKey( _
ByVal value As Object _) As String
[C#]
protected override string GetKey(objectvalue);
[C++]
protected: String* GetKey(Object* value);
[JScript]
protected override function GetKey(
value : Object) : String;
パラメータ
- value
名前を返す対象となる MessagePart 。
戻り値
value パラメータの名前。
例外
例外の種類 | 条件 |
---|---|
InvalidCastException | value パラメータは、 MessagePart 型に明示的にキャストできません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
MessagePartCollection クラス | MessagePartCollection メンバ | System.Web.Services.Description 名前空間