名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public ReadOnly Property ImplementedInterfaces As IList(Of Type)
'使用
Dim instance As ElementClass
Dim value As IList(Of Type)
value = instance.ImplementedInterfaces
public IList<Type> ImplementedInterfaces { get; }
public:
property IList<Type^>^ ImplementedInterfaces {
IList<Type^>^ get ();
}
public function get ImplementedInterfaces () : IList<Type>
プロパティ値
型 : System.Collections.Generic.IList<Type>