CodeConstructor.BaseConstructorArgs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of base constructor arguments.
public:
property System::CodeDom::CodeExpressionCollection ^ BaseConstructorArgs { System::CodeDom::CodeExpressionCollection ^ get(); };
public System.CodeDom.CodeExpressionCollection BaseConstructorArgs { get; }
member this.BaseConstructorArgs : System.CodeDom.CodeExpressionCollection
Public ReadOnly Property BaseConstructorArgs As CodeExpressionCollection
Property Value
A CodeExpressionCollection that contains the base constructor arguments.
Remarks
When the CodeConstructor overloads a base class constructor, this collection contains any arguments to pass to a base class constructor. To call a base class constructor with no arguments, set a CodeSnippetExpression containing an empty string ("") to this collection.
Applies to
See also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET