Udostępnij za pośrednictwem


Właściwość DTE2.ItemOperations —

Pobiera ItemOperations obiektu.

Przestrzeń nazw:  EnvDTE80
Zestaw:  EnvDTE80 (w EnvDTE80.dll)

Składnia

'Deklaracja
ReadOnly Property ItemOperations As ItemOperations
ItemOperations ItemOperations { get; }
property ItemOperations^ ItemOperations {
    ItemOperations^ get ();
}
abstract ItemOperations : ItemOperations with get
function get ItemOperations () : ItemOperations

Wartość właściwości

Typ: ItemOperations
ItemOperations Obiektu.

Uwagi

ItemOperations Obiektu zawiera elementy, które są specyficzne dla wypełniania oknach dialogowych, takich jak Dodaj element, Otwórz plik, i Nowy plik okien dialogowych.

Przykłady

Sub ItemOperationsExample()
  Dim objTextDoc As TextDocument
  Dim objEP As EditPoint
  
  ' Create a new text document.
  Call DTE2.ItemOperations.NewFile("General\Text File")
  'Get a handle to the new document.
  Set objTextDoc = DTE2.ActiveDocument.Object("TextDocument")
  Set objEP = objTextDoc.StartPoint.CreateEditPoint
  'Create an EditPoint and add some text.
  objEP.Insert "A test sentence."
End Sub

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DTE2 Interfejs

Przestrzeń nazw EnvDTE80