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