Udostępnij za pośrednictwem


Właściwość VCCodeStruct.ImplementedInterfaces —

Pobiera zbiór interfejsów implementowanych przez ten obiekt.

Przestrzeń nazw:  Microsoft.VisualStudio.VCCodeModel
Zestaw:  Microsoft.VisualStudio.VCCodeModel (w Microsoft.VisualStudio.VCCodeModel.dll)

Składnia

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

Wartość właściwości

Typ: CodeElements
A CodeElements kolekcji.

Uwagi

ImplementedInterfacesZwraca CodeElements kolekcji, każdy element typu EnvDTE.vsCMElement.vsCMElementInterface (zobacz vsCMElement) oraz reprezentujących interfejsu zaimplementowanego przez klasę kodu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCCodeStruct Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCCodeModel

Inne zasoby

Porady: kompilowanie i uruchamianie kodu modelu obiektów automatyzacji — przykłady