IVsaIDESite.Notify 方法
此類型支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。
命名空間: Microsoft.Vsa
組件: Microsoft.Vsa (在 Microsoft.Vsa.dll 中)
語法
'宣告
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Notify ( _
notify As String, _
optional As Object _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Notify(
string notify,
Object optional
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Notify(
String^ notify,
Object^ optional
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Notify :
notify:string *
optional:Object -> unit
function Notify(
notify : String,
optional : Object
)
參數
- notify
類型:String
- optional
類型:Object