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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.VCCodeModel
Inne zasoby
Porady: kompilowanie i uruchamianie kodu modelu obiektów automatyzacji — przykłady