IVCWizCtlUI.YesNoAlert 方法
這個方法會向精靈使用者顯示警示訊息,並要求使用者按一下 [是] 確認選取的精靈選項或按一下 [否] 取消該選項。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Function YesNoAlert ( _
bstrMessage As String _
) As Boolean
bool YesNoAlert(
string bstrMessage
)
bool YesNoAlert(
[InAttribute] String^ bstrMessage
)
abstract YesNoAlert :
bstrMessage:string -> bool
function YesNoAlert(
bstrMessage : String
) : boolean
參數
- bstrMessage
型別:System.String
必要項。對使用者顯示的訊息。
傳回值
型別:System.Boolean
如果使用者按一下 [是] 則為 True,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。