CommandBarButtonClass.PasteFace Method

Definition

Pastes the face. This method is deprecated.

public:
 virtual void PasteFace() = Microsoft::VisualStudio::CommandBars::_CommandBarButton::PasteFace;
public:
 virtual void PasteFace() = Microsoft::VisualStudio::CommandBars::_CommandBarButton::PasteFace;
 virtual void PasteFace();
[System.Runtime.InteropServices.DispId(1610940421)]
public virtual void PasteFace ();
[<System.Runtime.InteropServices.DispId(1610940421)>]
abstract member PasteFace : unit -> unit
override this.PasteFace : unit -> unit
Public Overridable Sub PasteFace ()

Implements

Attributes

Remarks

This method throws a DeprecatedException when it is called.

Applies to