ActivationContext<T>.ParameterNames 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.
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the parameter names.
public:
virtual property System::Collections::Generic::IList<System::String ^> ^ ParameterNames { System::Collections::Generic::IList<System::String ^> ^ get(); };
public virtual System.Collections.Generic.IList<string> ParameterNames { get; }
member this.ParameterNames : System.Collections.Generic.IList<string>
Public Overridable ReadOnly Property ParameterNames As IList(Of String)
Property Value
The parameter names.