PropertyContainerClass.PropertyClasses プロパティ

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public ReadOnly Property PropertyClasses As IList(Of PropertyClass)
'使用
Dim instance As PropertyContainerClass
Dim value As IList(Of PropertyClass)

value = instance.PropertyClasses
public IList<PropertyClass> PropertyClasses { get; }
public:
property IList<PropertyClass^>^ PropertyClasses {
    IList<PropertyClass^>^ get ();
}
public function get PropertyClasses () : IList<PropertyClass>

プロパティ値

型 : System.Collections.Generic.IList<PropertyClass>

参照

参照

PropertyContainerClass クラス

PropertyContainerClass メンバ

Microsoft.Data.Schema.SchemaModel 名前空間