JSFunctionAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de JSFunctionAttribute klasse.

Overloads

Name Description
JSFunctionAttribute(JSFunctionAttributeEnum)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Initialiseert een nieuw exemplaar van de JSFunctionAttribute klasse met behulp van de opgegeven aanroepconventies.

JSFunctionAttribute(JSFunctionAttributeEnum, JSBuiltin)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Initialiseert een nieuw exemplaar van de JSFunctionAttribute klasse met behulp van de opgegeven aanroepconventies. Het kenmerk identificeert de opgegeven ingebouwde functie.

JSFunctionAttribute(JSFunctionAttributeEnum)

Initialiseert een nieuw exemplaar van de JSFunctionAttribute klasse met behulp van de opgegeven aanroepconventies.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 JSFunctionAttribute(Microsoft::JScript::JSFunctionAttributeEnum value);
public JSFunctionAttribute(Microsoft.JScript.JSFunctionAttributeEnum value);
new Microsoft.JScript.JSFunctionAttribute : Microsoft.JScript.JSFunctionAttributeEnum -> Microsoft.JScript.JSFunctionAttribute
Public Sub New (value As JSFunctionAttributeEnum)

Parameters

value
JSFunctionAttributeEnum

De aanroepende conventies van de methode of constructor.

Zie ook

Van toepassing op

JSFunctionAttribute(JSFunctionAttributeEnum, JSBuiltin)

Initialiseert een nieuw exemplaar van de JSFunctionAttribute klasse met behulp van de opgegeven aanroepconventies. Het kenmerk identificeert de opgegeven ingebouwde functie.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 JSFunctionAttribute(Microsoft::JScript::JSFunctionAttributeEnum value, Microsoft::JScript::JSBuiltin builtinFunction);
public JSFunctionAttribute(Microsoft.JScript.JSFunctionAttributeEnum value, Microsoft.JScript.JSBuiltin builtinFunction);
new Microsoft.JScript.JSFunctionAttribute : Microsoft.JScript.JSFunctionAttributeEnum * Microsoft.JScript.JSBuiltin -> Microsoft.JScript.JSFunctionAttribute
Public Sub New (value As JSFunctionAttributeEnum, builtinFunction As JSBuiltin)

Parameters

value
JSFunctionAttributeEnum

De aanroepende conventies van de methode of constructor.

builtinFunction
JSBuiltin

De ingebouwde functie die dit kenmerk identificeert.

Van toepassing op