CodeFunction2.OverrideKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or gets whether a CodeFunction
object represents a parent class function that may be overridden, a child class function that is replacing the inherited behavior, or whether the function cannot be overridden.
public:
property EnvDTE80::vsCMOverrideKind OverrideKind { EnvDTE80::vsCMOverrideKind get(); void set(EnvDTE80::vsCMOverrideKind value); };
public:
property EnvDTE80::vsCMOverrideKind OverrideKind { EnvDTE80::vsCMOverrideKind get(); void set(EnvDTE80::vsCMOverrideKind value); };
[System.Runtime.InteropServices.DispId(201)]
public EnvDTE80.vsCMOverrideKind OverrideKind { [System.Runtime.InteropServices.DispId(201)] get; [System.Runtime.InteropServices.DispId(201)] set; }
[<System.Runtime.InteropServices.DispId(201)>]
[<get: System.Runtime.InteropServices.DispId(201)>]
[<set: System.Runtime.InteropServices.DispId(201)>]
member this.OverrideKind : EnvDTE80.vsCMOverrideKind with get, set
Public Property OverrideKind As vsCMOverrideKind
Property Value
A vsCMOverrideKind value.
- Attributes
Remarks
This property can be evaluated against the vsCMOverrideKind enumeration.