Udostępnij za pośrednictwem


Metoda IVsaItem.SetOption —

Ustawia opcje specyficzne dla implementacji aparat skryptu.

Przestrzeń nazw:  Microsoft.Vsa
Zestaw:  Microsoft.Vsa (w Microsoft.Vsa.dll)

Składnia

'Deklaracja
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub SetOption ( _
    name As String, _
    value As Object _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void SetOption(
    string name,
    Object value
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void SetOption(
    String^ name, 
    Object^ value
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract SetOption : 
        name:string * 
        value:Object -> unit
function SetOption(
    name : String, 
    value : Object
)

Parametry

  • name
    Typ: String

    Nazwa opcji do ustawienia.

  • value
    Typ: Object

    Nowa wartość dla opcji.

Zobacz też

Informacje

IVsaItem Interfejs

Przestrzeń nazw Microsoft.Vsa