次の方法で共有


ManagedNameAttribute コンストラクタ

この属性を適用する型、フィールド、プロパティ、メソッド、またはパラメータに対して代替的な名前の指定を許可する ManagedNameAttribute クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal name As String _)
[C#]
public ManagedNameAttribute(
   stringname);
[C++]
public: ManagedNameAttribute(
   String* name);
[JScript]
public function ManagedNameAttribute(
   name : String);

パラメータ

  • name
    この属性を適用する型、フィールド、プロパティ、メソッド、またはパラメータに対する代替的な名前。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ManagedNameAttribute クラス | ManagedNameAttribute メンバ | System.Management.Instrumentation 名前空間