다음을 통해 공유


IWebMatrixHost.ShowNotification 메서드

버전 2에 적용

단기간 동안 알림 메시지 및 수행 가능한 링크를 표시합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Sub ShowNotification ( _
    message As String, _
    actionMessage As String, _
    action As Action _
)
‘사용 방법
Dim instance As IWebMatrixHost 
Dim message As String 
Dim actionMessage As String 
Dim action As Action

instance.ShowNotification(message, actionMessage, _
    action)
void ShowNotification(
    string message,
    string actionMessage,
    Action action
)
void ShowNotification(
    String^ message, 
    String^ actionMessage, 
    Action^ action
)
abstract ShowNotification : 
        message:string * 
        actionMessage:string * 
        action:Action -> unit
function ShowNotification(
    message : String, 
    actionMessage : String, 
    action : Action
)

매개 변수

  • actionMessage
    유형: System.String

    수행 가능한 링크에 대한 메시지입니다.

  • action
    유형: System.Action

    링크가 호출될 때 실행할 작업입니다.

참고 항목

참조

IWebMatrixHost 인터페이스

Microsoft.WebMatrix.Extensibility 네임스페이스