DataViewPropertyDescriptor コンストラクター (String, String, String)
プロパティ名、プロパティの表示名およびカテゴリ名で DataViewPropertyDescriptor クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.Data.Framework
アセンブリ: Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)
構文
'宣言
Public Sub New ( _
name As String, _
displayName As String, _
category As String _
)
public DataViewPropertyDescriptor(
string name,
string displayName,
string category
)
public:
DataViewPropertyDescriptor(
String^ name,
String^ displayName,
String^ category
)
new :
name:string *
displayName:string *
category:string -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
name : String,
displayName : String,
category : String
)
パラメーター
name
型 : Stringプロパティ名。
displayName
型 : Stringプロパティの表示名。 このパラメーターが DisplayNameAttributeを作成するために使用されます。
category
型 : Stringプロパティをグループ化するカテゴリ名 (プロパティ グリッドで)。 このパラメーターが CategoryAttributeを作成するために使用されます。
解説
このコンストラクターは DataViewPropertyDescriptor のコンストラクターの呼び出しに委任し、description パラメーターの nullnull 参照 (Visual Basic では Nothing) と、パラメーターの ReadOnlyAttribute.Default.IsReadOnly を isReadOnly 渡します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
関連項目
DataViewPropertyDescriptor クラス