Share via


Metodo IVsaEngine.GetOption

Ottiene le opzioni specifiche dell'implementazione per un modulo di gestione di script.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Function GetOption ( _
    name As String _
) As Object
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
Object GetOption(
    string name
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
Object^ GetOption(
    String^ name
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract GetOption : 
        name:string -> Object
function GetOption(
    name : String
) : Object

Parametri

  • name
    Tipo: String

    Nome dell'opzione da ottenere.

Valore restituito

Tipo: Object
Restituisce il valore dell'opzione.

Vedere anche

Riferimenti

IVsaEngine Interfaccia

Spazio dei nomi Microsoft.Vsa