CommandBarButtonClass.CopyFace 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.
Copies the face. This method is deprecated.
public:
virtual void CopyFace() = Microsoft::VisualStudio::CommandBars::_CommandBarButton::CopyFace;
public:
virtual void CopyFace() = Microsoft::VisualStudio::CommandBars::_CommandBarButton::CopyFace;
virtual void CopyFace();
[System.Runtime.InteropServices.DispId(1610940418)]
public virtual void CopyFace ();
[<System.Runtime.InteropServices.DispId(1610940418)>]
abstract member CopyFace : unit -> unit
override this.CopyFace : unit -> unit
Public Overridable Sub CopyFace ()
Implements
- Attributes
Remarks
This method throws a DeprecatedException when called.