GrapeCity InputMan for Windows Forms 10.0J
GetAddressFromPhoneCode(String,Boolean) メソッド

市外局番を示す 値。
市外局番を完全一致検索する場合は 。それ以外の場合は、前方一致検索が行われます。
市外局番から住所を取得します。市外局番を完全一致検索するかどうかを指定できます。
構文
Public Overloads Function GetAddressFromPhoneCode( _
   ByVal phoneCode As String, _
   ByVal exactMatch As Boolean _
) As IEnumerable(Of PhoneCodeInfo)
public IEnumerable<PhoneCodeInfo> GetAddressFromPhoneCode( 
   string phoneCode,
   bool exactMatch
)

パラメータ

phoneCode
市外局番を示す 値。
exactMatch
市外局番を完全一致検索する場合は 。それ以外の場合は、前方一致検索が行われます。

戻り値の型

検索された住所を示す オブジェクトのコレクション。
参照

GcAddress クラス
GcAddress メンバ
オーバーロード一覧

 

 


© 2004 GrapeCity inc. All rights reserved.