IVsaDTEngine.InitCompleted Method
This member 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
'إقرار
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub InitCompleted
'الاستخدام
Dim instance As IVsaDTEngine
instance.InitCompleted()
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void InitCompleted()
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void InitCompleted()
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract InitCompleted : unit -> unit
function InitCompleted()