IVsaItem.SetOption, méthode
Définit 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")> _
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
)
Paramètres
name
Type : StringNom de l'option à définir.
value
Type : ObjectNouvelle valeur de l'option.