KPIConsts.KPIData.ValueFormatter 委任 (Microsoft.SharePoint.Portal.WebControls)
このクラスおよびそのメンバは内部使用のために予約されており、ユーザー コード内で使用することを意図したものではありません。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
Public Delegate Function ValueFormatter ( _
value As Double _
) As String
'使用
Dim instance As New ValueFormatter(AddressOf HandlerMethod)
public delegate string ValueFormatter (
double value
)
パラメータ
- value