Partager via


VCCodeUsingAlias.IsInjected, propriété

Détermine si un élément de code a été injecté par un attribut.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
ReadOnly Property IsInjected As Boolean
bool IsInjected { get; }
property bool IsInjected {
    bool get ();
}
abstract IsInjected : bool with get
function get IsInjected () : boolean

Valeur de propriété

Type : Boolean
true si un élément de code a été généré automatiquement par un attribut ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeUsingAlias Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms