共用方式為


NameResolutionCallback 委派

命名空間:  Microsoft.Phone.Net.NetworkInformation
組件:  Microsoft.Phone (在 Microsoft.Phone.dll 中)

語法

'宣告
Public Delegate Sub NameResolutionCallback ( _
    result As NameResolutionResult _
)
public delegate void NameResolutionCallback(
    NameResolutionResult result
)
public delegate void NameResolutionCallback(
    NameResolutionResult^ result
)
type NameResolutionCallback = 
    delegate of 
        result:NameResolutionResult -> unit

參數

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

請參閱

參考

Microsoft.Phone.Net.NetworkInformation 命名空間