IVsaEngine.GetOption, méthode
Obtient des options propres à 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 : System.String
Nom de l'option à obtenir.
Valeur de retour
Type : System.Object
Retourne la valeur de l'option.