ScriptNameObjectBase.AppendWithOption 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.
protected void AppendWithOption (System.Text.StringBuilder sb, string propName, string optionText, ref bool needsComma);
member this.AppendWithOption : System.Text.StringBuilder * string * string * bool -> unit
Protected Sub AppendWithOption (sb As StringBuilder, propName As String, optionText As String, ByRef needsComma As Boolean)
Parameters
- propName
- String
- optionText
- String
- needsComma
- Boolean