IVsaIDESite.Notify Method
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
<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
)
Parameters
- notify
Type: System.String
- optional
Type: System.Object