PageExecutionContext.IsLiteral Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un indicateur qui spécifie si le bloc contient le contenu littéral qui doit être profondément analysé pour le mappage de sélection.
public:
property bool IsLiteral { bool get(); void set(bool value); };
public bool IsLiteral { get; set; }
member this.IsLiteral : bool with get, set
Public Property IsLiteral As Boolean
Valeur de propriété
true
Si le bloc contient du contenu littéral qui doit être profondément analysé à des fins de mappage de sélection ; Sinon, false
.