CodeFunction2.OverrideKind Property

Definition

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.

Applies to