VCCodeUsingAlias.IsInjected Property

Definition

Determines whether a code element has been injected by an attribute.

public:
 property bool IsInjected { bool get(); };
public:
 property bool IsInjected { bool get(); };
[System.Runtime.InteropServices.DispId(547)]
public bool IsInjected { [System.Runtime.InteropServices.DispId(547)] get; }
[<System.Runtime.InteropServices.DispId(547)>]
[<get: System.Runtime.InteropServices.DispId(547)>]
member this.IsInjected : bool
Public ReadOnly Property IsInjected As Boolean

Property Value

true if a code element was automatically generated by an attribute; otherwise, false.

Attributes

Applies to