Compartilhar via


Método IVsaEngine.GetOption

Obtém as opções específicas de implementação para um mecanismo de script.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

'Declaração
<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

Parâmetros

  • name
    Tipo: String

    O nome da opção para obter.

Valor de retorno

Tipo: Object
Retorna o valor da opção.

Consulte também

Referência

IVsaEngine Interface

Namespace Microsoft.Vsa