ServicedComponent.Construct(String) Method
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.
Called by the infrastructure just after the constructor is called, passing in the constructor string. Override this method to make use of the construction string value.
protected public:
virtual void Construct(System::String ^ s);
protected internal virtual void Construct (string s);
abstract member Construct : string -> unit
override this.Construct : string -> unit
Protected Friend Overridable Sub Construct (s As String)
Parameters
- s
- String
The construction string.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.