CompoundViewAction(IVsTextView, String) Oluşturucu

Tanım

CompoundViewAction sınıfının yeni bir örneğini başlatır.

public:
 CompoundViewAction(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ view, System::String ^ description);
public:
 CompoundViewAction(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ view, Platform::String ^ description);
 CompoundViewAction(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & view, std::wstring const & description);
public CompoundViewAction (Microsoft.VisualStudio.TextManager.Interop.IVsTextView view, string description);
new Microsoft.VisualStudio.Package.CompoundViewAction : Microsoft.VisualStudio.TextManager.Interop.IVsTextView * string -> Microsoft.VisualStudio.Package.CompoundViewAction
Public Sub New (view As IVsTextView, description As String)

Parametreler

view
IVsTextView

'ndaki IVsTextView Düzenleme olaylarını alacak olan görünümü temsil eden nesne.

description
String

'ndaki Geri alma eylemini etiketlemek için bir açıklama içeren bir dize.

Açıklamalar

Bu Oluşturucu nesneyi önbelleğe alır IVsTextView , IVsCompoundAction IVsTextView nesneyi nesneden edinir ve OpenCompoundAction yöntemi IVsCompoundAction arayüzde çağırır.

Şunlara uygulanır