ExtendedAttribute コンストラクター

定義

オーバーロード

ExtendedAttribute()

クラスの新しいインスタンスを ExtendedAttribute 初期化します。

ExtendedAttribute(String, String)

属性名と属性値を使用して、 ExtendedAttribute クラスの新しいインスタンスを初期化します。

ExtendedAttribute()

クラスの新しいインスタンスを ExtendedAttribute 初期化します。

public:
 ExtendedAttribute();
public ExtendedAttribute ();
Public Sub New ()

適用対象

ExtendedAttribute(String, String)

属性名と属性値を使用して、 ExtendedAttribute クラスの新しいインスタンスを初期化します。

public:
 ExtendedAttribute(System::String ^ name, System::String ^ value);
public ExtendedAttribute (string name, string value);
Public Sub New (name As String, value As String)

パラメーター

name
String

内部使用のみ。

value
String

内部使用のみ。

適用対象