CommandBarButtonClass.PasteFace Method
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.
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.