DecoratedNameAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DecoratedNameAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
DecoratedNameAttribute() |
DecoratedNameAttribute クラスの新しいインスタンスを初期化します。 |
DecoratedNameAttribute(String) |
装飾名を指定して、DecoratedNameAttribute クラスの新しいインスタンスを初期化します。 |
DecoratedNameAttribute()
DecoratedNameAttribute クラスの新しいインスタンスを初期化します。
public:
DecoratedNameAttribute();
public DecoratedNameAttribute ();
Public Sub New ()
適用対象
DecoratedNameAttribute(String)
装飾名を指定して、DecoratedNameAttribute クラスの新しいインスタンスを初期化します。
public:
DecoratedNameAttribute(System::String ^ pszDecoratedName);
public:
DecoratedNameAttribute(System::String ^ decoratedName);
public DecoratedNameAttribute (string pszDecoratedName);
public DecoratedNameAttribute (string decoratedName);
new Microsoft.VisualC.DecoratedNameAttribute : string -> Microsoft.VisualC.DecoratedNameAttribute
new Microsoft.VisualC.DecoratedNameAttribute : string -> Microsoft.VisualC.DecoratedNameAttribute
Public Sub New (pszDecoratedName As String)
Public Sub New (decoratedName As String)
パラメーター
- pszDecoratedNamedecoratedName
- String
メソッドの装飾名。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET