IVsaEngine.GetOption, méthode

Obtient des options spécifiques à l'implémentation pour un moteur de script.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
<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

Paramètres

  • name
    Type : String

    Nom de l'option à obtenir.

Valeur de retour

Type : Object
Retourne la valeur de l'option.

Voir aussi

Référence

IVsaEngine Interface

Microsoft.Vsa, espace de noms